Developer Tools
Unix Timestamp Converter
Convert Unix epoch timestamps to readable dates, or convert a date and time to a Unix timestamp. Supports both seconds and milliseconds, and shows local time, UTC, ISO 8601, and relative time in a single view.
Timestamp → Human date
Paste a Unix timestamp in seconds or milliseconds
Date → Unix timestamp
Pick a date and time to convert
How to use it
- 1 Paste a Unix timestamp into the top field, or click 'Now' to use the current time.
- 2 The local time, UTC, ISO 8601, and relative time display automatically.
- 3 Use the bottom section to pick a date and time from the date picker to get its Unix timestamp.
- 4 Click Copy next to the seconds or milliseconds value.
Use cases
- Debugging API responses that include epoch timestamps
- Converting log timestamps to readable dates
- Finding the Unix timestamp for a specific date in the past or future
Limitations
- Timestamps before 1 January 1970 (negative values) are not supported.
- Very far-future dates may not display correctly depending on browser support.
Related Tools
Number Base Converter
Convert numbers between decimal, binary, octal, and hexadecimal instantly. Type in any base and all others update automatically.
BrowserCron Expression Explainer
Cron Expression Explainer lets you explain standard five-field cron expressions locally in your browser with sample input, copy, download, and privacy-first controls.
BrowserHash Generator
Hash Generator lets you generate SHA hash values from text locally in your browser with sample input, copy, download, and privacy-first controls.
BrowserJSON Formatter
JSON Formatter lets you format JSON with readable indentation locally in your browser with sample input, copy, download, and privacy-first controls.
BrowserJSON Validator
JSON Validator lets you validate JSON syntax locally in your browser with sample input, copy, download, and privacy-first controls.
BrowserJSON Minifier
JSON Minifier lets you minify JSON into compact output locally in your browser with sample input, copy, download, and privacy-first controls.
FAQ
Does the tool handle milliseconds?
Yes. Timestamps longer than 11 digits are treated as milliseconds. Standard 10-digit timestamps are treated as seconds.
What timezone is used for 'local time'?
The timezone of your browser and operating system. UTC is always shown separately for reference.