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.

Unix seconds
1789284617
Unix milliseconds
1789284617000
ISO 8601
2026-09-13T07:30:17.000Z
UTC
Sun, 13 Sep 2026 07:30:17 GMT
Local
Sun Sep 13 2026 07:30:17 GMT+0000 (Coordinated Universal Time)

Related tools

How it works

  1. 1

    Enter a timestamp or date

    A Unix timestamp (seconds or milliseconds) or a date string like ISO 8601.

  2. 2

    See every format at once

    Unix seconds, Unix milliseconds, ISO 8601, UTC and local time, side by side.

  3. 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.

Tool4U.net — every tool runs in your browser. No file ever leaves your device unless the tool says so.

© 2026 Tool4U.net