コード、データと QRツール

Date & Time 変換

「Date & Time 変換」はコード、データと QRに使えるブラウザツールです。入力内容と結果は通常この端末内で処理され、登録は必要ありません。

ブラウザ内で処理登録不要プライバシーの説明 ↗

Whole seconds from years 0001 through 9999.

Browser time zone is detected when the page loads.

使い方

使い方

  1. Choose whether you are starting with a date and time or a Unix timestamp.
  2. Select the input time zone or timestamp unit, then enter the value.
  3. Convert and copy the Unix, ISO 8601, local, and UTC representations you need.

Time zone and unit are explicit

A date-time input can be interpreted in your browser’s local time zone or as UTC. A timestamp input must be marked as seconds or milliseconds. The result identifies the detected browser time zone and also includes an ISO 8601 UTC value.

Local clock changes need care

Browser-local conversion follows the time-zone rules available on your device. A local clock time skipped by a daylight-saving transition is rejected. A repeated clock time can still be ambiguous because a date-time field does not include an offset; use UTC or a timestamp when the exact instant matters.

よくある質問

あわせて知りたいこと

Are Unix timestamps tied to a time zone?

No. A Unix timestamp identifies an instant relative to the Unix epoch. Time zones only change how that instant is displayed.

Does the tool guess seconds or milliseconds?

No. You select the unit explicitly, avoiding errors caused by digit-count guessing.

Does conversion use a server?

No. It uses the browser Date and Intl APIs on this device.