Timestamp ⇄ Datetime
Convert Unix timestamps (seconds since 1970-01-01 UTC) to human-readable dates.
What is a Unix timestamp?
Read more on Wikipedia
One scalar number, no timezone surprises.
A Unix timestamp is the number of seconds since midnight UTC on January 1, 1970. One scalar, no timezone surprises, no leap-second drama. It's how databases, file systems, and APIs typically represent points in time.
Right now is 1780334703 — that's 2026-06-01 17:25:03 UTC. Granularity is auto-detected: 10 digits = seconds, 13 = milliseconds, 16 = microseconds.