Epoch converter
Turn epoch values into dates and dates into epoch values. The unit is detected from the number of digits, and the result is shown as ISO 8601, RFC 2822 and relative time.
Tooloat runs in your browser and needs JavaScript. It opens in a moment, and your files are processed on your device.
How it works
- Paste a timestamp, or pick a date and time.
- Choose a time zone.
- Copy the format you need.
Why use it
- Seconds to nanoseconds.
- Any time zone.
- Live clock.
- Date math.
Questions and answers
What is epoch time?
The number of seconds since 1 January 1970 UTC.
Why is my timestamp in the year 55000?
It is probably milliseconds read as seconds. Leave the unit on Auto.
Related tools
- Unix timestamp converterTurn an epoch value into a readable date, or a date into a timestamp.
- Cron expression parserType a cron schedule and read what it means, then check the next runs in the time zone you care about.
- JWT decoder and debuggerPaste a JSON Web Token to read its header and payload, see when it expires and check the signature with a secret or public key.
- UUID and ULID generatorCreate identifiers for databases, tests and APIs.