Epoch Converter
Convert between UNIX epoch (seconds/ms) and human-readable dates.
Milliseconds
0
Local ISO
1970-01-01T00:00:00.000
Local
Thu Jan 01 1970 00:00:00 GMT+0000 (Coordinated Universal Time)
How to use
- Enter an epoch value (seconds or milliseconds) or a date/time.
- The tool auto-detects seconds vs ms and shows the conversion.
- Use for APIs, logs, or comparing timestamps across systems.
Examples
- 1699999999 to ISO-8601
- 2025-01-01 00:00 local → epoch
FAQ
- Seconds vs ms?
- Auto-detects; < 1e12 is treated as seconds, otherwise milliseconds.
Informational only; verify critical results independently.