Unix Timestamp Converter

Convert between Unix timestamp and date/time

Current Time
Unix Timestamp to Date/Time
Date/Time to Unix Timestamp

Unix Timestamp is the number of seconds elapsed since January 1, 1970 00:00:00 UTC. Millisecond values are automatically detected and converted. Widely used in programming and system administration.

About this tool

The Unix Timestamp Converter translates between Unix time (seconds or milliseconds) and human-readable date/time in your local timezone or UTC. Both directions update instantly.

Common use cases

  • Decode timestamps from server logs, cookies, or database rows while debugging.
  • Generate a specific Unix time value to use in unit tests or fixtures.
  • Verify expiration times of JWTs, API tokens, or cache entries.
  • Cross-check event scheduling between systems that use different time representations.