Date Format Converter
Convert a Unix timestamp or date string into every common format at once — Unix seconds/milliseconds, ISO 8601, UTC and local time.
Related tools
How it works
- 1
Enter a timestamp or date
A Unix timestamp (seconds or milliseconds) or a date string like ISO 8601.
- 2
See every format at once
Unix seconds, Unix milliseconds, ISO 8601, UTC and local time, side by side.
- 3
Copy the one you need
Each format has its own Copy button.
FAQ
- What counts as a valid date string?
- Anything JavaScript’s own date parser recognizes — ISO 8601 (e.g. "2024-06-15T10:30:00Z") is the most reliable format to paste.
- Is a Unix timestamp in seconds or milliseconds?
- Both are supported — pick the matching option. Unix timestamps are traditionally seconds; JavaScript’s own `Date.now()` uses milliseconds.
- Does this tool send my input anywhere?
- No — every conversion runs entirely in your browser.