Unix Timestamp Converter

Convert Unix timestamps in seconds or milliseconds into local and UTC dates, or convert a date back into a Unix timestamp.

Files and content are processed locally in your browser and are not uploaded to our server.

About this tool

Convert a Unix timestamp into a readable local or UTC date, or choose a date and create the corresponding timestamp. The tool can usually detect whether a value is in seconds or milliseconds and can process several values at once.

How to use

  1. Convert seconds or milliseconds
  2. Show local time and UTC
  3. Display the current Unix timestamp
  4. Copy an ISO 8601 date
  5. Convert several timestamps at once
  6. Enter timestamp or date: Paste epoch numbers or pick a calendar datetime.
  7. Select units: Toggle seconds or milliseconds if auto-detection is ambiguous.
  8. Copy results: Use ISO or locale strings in queries and docs.

Examples

Limitations

FAQ

How are seconds and milliseconds detected?
Values with enough digits to represent current dates in milliseconds are treated as milliseconds. You can change the unit manually when necessary.
Which timezone is shown?
Local time uses your browser/OS timezone; UTC is always shown in parallel.
Can I convert back to Unix?
Yes. Pick a datetime to get epoch seconds and milliseconds.