Timestamp Converter

Convert Unix timestamps to human-readable dates and back.

About the Timestamp Converter

Unix timestamps seconds since 1 January 1970 are used everywhere in databases, APIs, and logs. This converter goes both ways: paste a Unix timestamp and get a readable date, or pick a date and get the corresponding epoch.

How to use the Timestamp Converter

  1. To convert a timestamp, paste the Unix epoch value and click Convert.
  2. To convert a date, switch to 'Date to Timestamp', pick the date and time, and click Convert.
  3. Results are shown in UTC and your local timezone.

Frequently Asked Questions

Does it handle milliseconds?
Yes. If your timestamp is 13 digits it is treated as milliseconds; 10 digits as seconds.
What timezone is used?
We display both UTC and your browser's local timezone for convenience.