Convert between Unix timestamps and human-readable dates
Unix Timestamp: Number of seconds (or milliseconds) since January 1, 1970 00:00:00 UTC (the Unix epoch).
Seconds vs Milliseconds: Most systems use seconds (10 digits), JavaScript uses milliseconds (13 digits).
Relative Time: Results show how long ago or until the timestamp.
Timezone: Timestamps are always in UTC, but can be displayed in any timezone.