Practical guide
How to use Timestamp Converter
Timestamp Converter translates Unix seconds, Unix milliseconds, ISO 8601 values, and local date input. It is intended for log inspection, API debugging, scheduled jobs, and any situation where a bare integer needs human context.
Step by step
- Paste a numeric timestamp or date string, or choose a local date and time.
- Select the matching convert action.
- Compare Unix seconds, milliseconds, UTC ISO output, and the timezone-aware local result.
Example
Input
1721044800Result
2024-07-15T12:00:00.000ZHow it works
Numbers below the normal millisecond range are interpreted as Unix seconds; larger values are interpreted as milliseconds. Date text is parsed by the browser, while ISO output is always shown in UTC.
Important limitations
- Ambiguous date strings may be interpreted differently across browsers.
- Historical timezone rules depend on the timezone database available on the device.
Frequently asked questions
Why is local time different from the ISO value?
ISO output uses UTC, while local output applies the timezone configured on your device.
Are Unix timestamps affected by timezone?
The timestamp itself is not; only the human-readable display changes with timezone.