Timestamp Converter
Turn a Unix timestamp into a readable date, or a date into a timestamp, and see the same moment across several time zones.
Current time
—
How to use
Paste a number you copied out of a log and it turns into a date you can read. Ten digits are treated as seconds and thirteen as milliseconds, so there is no unit to pick.
It works the other way round too. Choose a date and time and you get the timestamp in both seconds and milliseconds, ready to drop straight into an API request.
The same instant is listed in UTC, New York, London, Tokyo and Seoul at once, which saves doing offset arithmetic in your head while reading logs from a server in another region.
Nothing you enter is sent to a server. It is all worked out inside your browser.
Tools people use next
Time Zone Converter
Convert a date and time between any time zones, see the UTC offset and whether it falls in working hours, and find meeting slots that suit every city at once.
Date Calculator
Count the days and the working days between two dates. Also works forwards: the date a number of days or working days from now.
Cron Expression Parser
Spells out in plain English when a cron expression fires, and lists the next five run times.
JWT Decoder
Unpack the header and payload of a JWT and read the issued-at and expiry claims as real dates.