ISO Date Formatter
フォーマットは、複数の標準形式とカスタム形式にさかのぼります
Current Date & Time
ISO: 2026-02-27T02:23:38.643+00:00
Locale: February 27, 2026 at 2:23 AM UTC
UTC: Fri, 27 Feb 2026 02:23:38 GMT
Supports: ISO dates, epoch timestamps (seconds/milliseconds), natural language, locale formats. Dates without timezone info are interpreted in the selected timezone context.
選択した形式
ISO 8601
Standard international date format
2024-01-01T12:00:00.000Z
RFC 3339
Internet date/time format
2024-01-01T12:00:00+00:00
RFC 2822
Email date format
Mon, 01 Jan 2024 12:00:00 +0000
HTTP Date
HTTP header date format
Mon, 01 Jan 2024 12:00:00 GMT
SQL DateTime
SQL database format
2024-01-01 12:00:00
Locale String
Localized date format
1/1/2024, 12:00:00 PM
Locale Short
Short localized format
1/1/24, 12:00 PM
Locale Medium
Medium localized format
Jan 1, 2024, 12:00:00 PM
Unix Timestamp (seconds)
Unix epoch in seconds
1704110400
Unix Timestamp (ms)
Unix epoch in milliseconds
1704110400000
Custom Format
User-defined format pattern
yyyy-MM-dd HH:mm:ss
Local
107 timezones available. Type to search by region or city name. Select timezone before entering dates for accurate interpretation.
フォーマット履歴
まだ形式はありません
Format Reference
Input Examples:
- • ISO 8601: 2024-01-01T12:00:00Z
- • Simple: 2024-01-01 12:00:00
- • US format: 7/3/2025, 7:37 PM
- • European: 03/07/2025 19:37
- • Epoch seconds: 1704110400
- • Epoch milliseconds: 1704110400000
- • Natural: January 1, 2024 12:00 PM
- • RFC 2822: Mon, 01 Jan 2024 12:00:00 +0000
- • SQL format: 2024-01-01 12:00:00
💡 Tip: Select your target timezone first, then enter the date. Times without timezone info will be interpreted in the selected timezone context.
Custom Tokens (Luxon):
- • yyyy - 4-digit year
- • MM - 2-digit month
- • dd - 2-digit day
- • HH - 2-digit hour (24h)
- • mm - 2-digit minute
- • ss - 2-digit second
- • SSS - 3-digit millisecond
- • MMM - short month name
- • MMMM - full month name
- • EEEE - full weekday name
Standards:
- • ISO 8601: International standard
- • RFC 3339: Internet timestamp
- • RFC 2822: Email date format
- • HTTP: Web server headers
- • SQL: Database format
- • Unix: Epoch timestamps