Unix Timestamp Converter

Convert Unix seconds, milliseconds, microseconds, nanoseconds, or dates.

Timestamp Converter workspace

About Timestamp Converter

Unix timestamps count from 1970-01-01 UTC. This converter detects common second, millisecond, microsecond, and nanosecond inputs and shows portable ISO and local representations.

How to use

  1. Enter a timestamp or date; leave blank for now.
  2. Run the conversion.
  3. Copy the representation your program needs.

FAQ

Why is my date far in the future?

The most common cause is treating milliseconds as seconds. This tool detects the usual precision from the value length.