Timestamp to Date
Turn a timestamp into a readable date
One field, one answer — the timestamp as a date and time in your zone, in UTC, and in about thirty other encodings you might need to paste somewhere.
Questions people ask
The things that come up about timestamp to dates, answered plainly.
What does 1700000000 convert to?
14 November 2023 at 22:13:20 UTC. Paste it in and the page gives the same instant in your own zone, which is where most confusion about a timestamp comes from.
Why does my timestamp show 1970?
Because it is small — a value near zero is a few seconds or days after the epoch. That usually means an uninitialised field, or a millisecond value that has been divided by 1000 twice.
Related tools
Seconds, milliseconds, microseconds and nanoseconds, in both directions.
Date to TimestampType a date any way you like — ISO, a slash date, `next friday`, `now` — and get the timestamp in seconds, milliseconds, microseconds and nanoseconds.
Unix Timestamp ConverterPaste a timestamp and get the date; paste a date and get the timestamp. Seconds, milliseconds, microseconds and nanoseconds are detected from the digit count, and the guess is shown so you can override it.
Milliseconds ConverterThe 13-digit form — what `Date.now()`, `System.currentTimeMillis()` and most of Java and JavaScript speak — converted both ways, with the seconds value beside it.
Epoch ConverterThe same conversion as a Unix timestamp, plus the other epochs a number might belong to — Windows FILETIME, .NET ticks, Excel serials, Julian days — ranked by how plausible each reading is.