Convert between timestamps and dates in every common representation — and see how the input was interpreted.
Ctrl + Enter to run
Converts between Unix timestamps and readable dates in both directions, showing UTC and your local zone side by side. A timestamp is an absolute instant with no zone attached, so displaying one always means choosing a zone — and most 'off by a few hours' bugs are exactly that choice made twice, differently.
Check the digit count when a date lands in 1970 or the far future. A current timestamp is 10 digits in seconds and 13 in milliseconds, and mixing the two is the single most common cause of a nonsense date.