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

ISO 日付フォーマッター - 日付形式変換ツール

ISO 8601 は、日付と時刻のテキスト表現を標準化し、システム間で曖昧さのない解析を可能にします。このページではタイムスタンプを整形・変換し、API やログの一貫性を保ちます。

ISO 8601 とは?

ISO 8601 は、日付(YYYY-MM-DD)、時刻(hh:mm:ss)、タイムゾーン(Z または ±hh:mm)、および結合された日時形式(YYYY-MM-DDThh:mm:ssZ)を定義します。これらの形式を使用することで、月/日 と 日/月 のようなロケール依存の曖昧さを回避できます。

フォーマットの仕組み

日付を入力するかタイムスタンプを貼り付けると、ツールが解析して選択した ISO 形式で再出力します。UTC と特定のタイムゾーン間の変換や、タイムゾーンオフセットの欠落、小数秒などのエッジケースも正規化します。

ISO Date Formatter について

API ペイロード、データベースフィールド、ログで一貫した機械可読タイムスタンプを保証するために使用します。標準化はパースエラーを減らし、言語やプラットフォーム間の統合を簡素化します。

サービス全体で ISO 8601 を採用することで、微妙なバグや曖昧な時刻処理を防げます。統合およびテスト時に変換結果を検証してください。

Advertisement