Timestamp Converter

Convert between Unix timestamps and human-readable dates in any timezone.

UTCThu, 13 Aug 2026 17:55:57 GMT
LocalThu Aug 13 2026 17:55:57 GMT+0000 (Coordinated Universal Time)
ISO2026-08-13T17:55:57.000Z
Locale8/13/2026, 5:55:57 PM
Runs entirely in your browser — nothing you paste is sent to a server.

About this tool

Convert Unix epoch seconds or milliseconds into human-readable dates across any IANA timezone. Handy for reading log lines and debugging scheduled jobs.

How it works

  1. Paste a Unix timestamp or pick a date.
  2. Choose the target timezone (defaults to your local zone).
  3. Get ISO 8601, RFC 2822, human, and relative representations.

When to use it

  • Reading server logs from another region.
  • Cross-checking a cron schedule fired at the right moment.
  • Producing a human date for a changelog entry.

FAQs

Related resources