Unix Timestamp Converter

Convert Unix timestamps to readable dates, generate current timestamps and debug log, JWT and scheduling issues.

Timestamp conversion

        

How to use this tool

  1. Paste a Unix timestamp in seconds or milliseconds.
  2. Convert it to local time, UTC and ISO format.
  3. Use the current timestamp button for logs, JWT testing and automation scripts.

Common mistakes

  • Mixing seconds and milliseconds between JavaScript, APIs and databases.
  • Comparing local time with UTC logs without converting.
  • Using client time when server time is the source of truth.

FAQ

Does JavaScript use seconds or milliseconds?

Date.now returns milliseconds, while many APIs and JWT claims use seconds.

Which timezone is ISO output?

ISO strings ending in Z are UTC. The tool also shows local browser time.

Can I generate current timestamps?

Yes. It outputs current seconds, milliseconds and ISO date.

Related tools

Related guides and fixes

Last updated: May 17, 2026