Skip to main content
Redmoon Converters
⚙️ Developer Tools

Unix Timestamp Converter (with Timezone)

Convert Unix timestamps to human-readable dates and back, with timezone support, millisecond precision and ISO 8601 / RFC 3339 output. Batch mode for lists.

Auto-detects s / ms / μs by magnitude.
Local human
FormatValue
How the math works

Magnitude detection: ≥1e15 → microseconds, ≥1e12 → milliseconds, otherwise seconds. JavaScript Date works in milliseconds internally; timezone formatting uses Intl.DateTimeFormat.

ISO 8601 is the canonical "Z" / UTC form; RFC 3339 is the same with an explicit timezone offset.

Also known as

unix timestamp converterepoch to dateiso 8601 converter

Related tools