北京時間校正

北京時間校正
Your System Time
--:--:--
.000
----
Official Beijing Time
--:--:--
.000
----
Time API
Some APIs may be blocked by CORS or network policies; switch source if it fails.
Unix Timestamp (s)
--
Unix Timestamp (ms)
--
Sync Advice
Windows
  1. Right-click the taskbar clock → Adjust date/time → turn on "Set time automatically".
  2. Control Panel → Date and Time → Internet Time → Update now, or use time.windows.com.
macOS
  1. System Preferences → Date & Time → check "Set date and time automatically".
Linux
  1. sudo timedatectl set-ntp true
  2. sudo systemctl restart systemd-timesyncd

使い方

左の時計はシステム時刻、右は公式の北京時間です。測定して校正を押すとネットワーク時刻 API から遅延を差し引いてサーバー時刻を推定し、標準時刻との差を表示します。

校正が必要な場面

ネット通販のタイムセール、オンライン試験、ログ解析など。差が500msを超える場合は自動同期の有効化を推奨します。

システムの同期方法

  • Windows:タスクバーの時計を右クリック → 日付と時刻の調整 → 時刻を自動的に設定をオン。
  • macOS:システム環境設定 → 日付と時刻 → 日付と時刻を自動的に設定をチェック。
  • Linuxsudo timedatectl set-ntp true 後、systemd-timesyncd を再起動。