Unix Timestamp Converter
Convert Unix timestamps to human-readable dates and back.
--
Enter a timestamp or pick a date above.
About This Tool
Unix time (epoch time) counts seconds since January 1, 1970 UTC, and is used throughout programming, logs, and APIs. This tool converts a timestamp to a readable date in your local timezone, and works the other way too — enter any date to get its Unix timestamp. The current timestamp is also shown live.
How to Use Unix Timestamp Converter
- Paste a Unix timestamp to convert it to a readable date, or pick a date/time to get its timestamp.
- Results update instantly.
- The live current Unix timestamp is displayed automatically, updating each second.
Frequently Asked Questions
Does this handle timestamps in milliseconds?
Yes, the tool automatically detects whether a pasted timestamp is in seconds or milliseconds based on its length.
What timezone are the converted dates shown in?
Dates are shown in your browser's local timezone, detected automatically from your device settings.