Encoding and decoding
Unix Timestamp Converter
Check whether a timestamp is seconds or milliseconds and read its UTC date.
Processed locally. Your input and output are never uploaded.
Tool overview
Seconds versus milliseconds
The converter accepts epoch seconds, epoch milliseconds, ISO dates, or a current-time mode and displays stable UTC formats plus epoch values.
Debug API dates and token claims
- Clean pasted work data before another tool uses it
- Inspect a browser-local conversion before copying it
- Prepare examples for documentation or support notes
Convert epoch values and date text
- Paste or type the input.
- Choose the processing options that match the source.
- Run the tool and review the result.
- Copy or download the output.
Seconds, milliseconds, ISO, and UTC display
- Options are explicit so destructive behavior is visible before processing.
- Input and output stay in separate editors.
- Examples load realistic settings for the tool.
Read epoch seconds as a UTC date
Before
1704067200
After
Epoch seconds: 1704067200 Epoch milliseconds: 1704067200000 ISO 8601: 2024-01-01T00:00:00.000Z UTC: Mon, 01 Jan 2024 00:00:00 GMT UTC date: 2024-01-01 UTC time: 00:00:00
Time zones and date interpretation
- Unix timestamps represent a moment in UTC.
- Milliseconds are much longer than seconds.
- Negative timestamps represent dates before 1970.
Browse all encoding and decoding tools →
Questions
Unix Timestamp Converter FAQ
Does Unix Timestamp Converter upload my input?
No. Processed locally. Your input and output are never uploaded.
Can Unix Timestamp Converter change meaning?
Only options described on the page are applied; review output before using it in a workflow.
What happens with invalid input?
The tool reports an error and leaves the source text available in the input editor.