date tool
Unix Timestamp Converter
Convert Unix timestamps to readable dates and vice versa instantly.
Enter a Unix timestamp in seconds to convert it into a readable UTC date.
Pick a date and time to convert it back into a Unix timestamp.
converted valuesutc
timestamp to date
2024-01-01T00:00:00.000Z
date to timestamp
1704067200
How it works
seconds to isoUnix timestamps count seconds since January 1, 1970 UTC. This tool converts those values into readable ISO dates, and it can also take a chosen date and turn it back into a Unix timestamp for logs, APIs, and debugging work.
Common uses
developer utilityDecode timestamps from APIs, logs, and database exports.
Generate Unix seconds for scripts, testing, and data pipelines.
Verify UTC dates quickly when debugging time-based events.