← 全部文章

什麼是 UTC 時間?含義、偏移與轉換詳解

UTC(協調世界時)是世界的主要時間標準,也是每個時區的零偏移參考。本指南解釋 UTC 的含義、它是否算作時區、如何讀 24 小時制 UTC,以及如何把 UTC 轉換為 EST、CST、MST、PST 和你自己的本地時間。

什麼是 UTC?

UTC 是協調世界時(Coordinated Universal Time)的縮寫。它是世界用來校準時鐘與時間的主要時間標準,也是測量每個時區所依據的零偏移參考點。UTC 由全球原子鐘網路維持,與 0° 經線處的平均太陽時相差不超過幾分之一秒。在日常用語中,當有人把時間寫作「UTC 時間」時,指的是那個通用參考時鐘上的時間,不帶地區偏移,也不套用日光節約時間調整。

UTC 是什麼意思 —— 以及為什麼字母順序是亂的

UTC 是一個刻意的折衷縮寫。英語使用者提議「CUT」(Coordinated Universal Time),法語使用者提議「TUC」(Temps Universel Coordonné)。為了不偏袒任何一種語言,國際電信聯盟最終定為 UTC,它不符合任何一種詞序,但在兩種語言中都行得通。它還使 UTC 與 UT0、UT1、UT2 等相關縮寫保持一致。所以 UTC 的含義就是「協調的、通用的時間標準」——為整個地球商定的單一時鐘。

UTC 是時區嗎?UTC 是哪個時區?

嚴格來說,UTC 是時間標準而非時區——但實際上它的表現就像偏移為 UTC±00:00 的時區。那些相對標準不設偏移的地區,如冰島或西非部分地區,全年與 UTC 共享相同的掛鐘時間。其他每個時區都被定義為相對它的正或負偏移:紐約冬令時是 UTC−05:00,印度是 UTC+05:30,東京是 UTC+09:00。關鍵在於,UTC 本身從不因日光節約時間而改變,這正是工程師把時間戳以 UTC 儲存、僅在顯示時轉換為本地時區的原因。

  • UTC 偏移:UTC±00:00(零偏移,基準線)
  • UTC 從不採用日光節約時間
  • 其他時區以偏移表示,例如 UTC−5、UTC+5:30、UTC+9
  • 時間戳中的「Z」後綴(如 2026-01-01T12:00:00Z)表示 UTC —— Z 是「祖魯時間」的簡寫

UTC vs GMT:它們一樣嗎?

在大多數日常用途中,UTC 和 GMT(格林威治標準時)顯示相同的時鐘時間,人們交替使用這兩個詞。區別是技術性的:GMT 是基於地球在格林威治子午線自轉的較舊時區,而 UTC 是基於原子鐘的精確標準,用閏秒微調以貼近地球自轉。對運算、航空和科學而言,UTC 是正確選擇;GMT 主要作為英國的民用時區標籤以及口語同義詞留存。

  • GMT = 一個時區(冬季為 UTC+0,在英國和西非使用)
  • UTC = 全球原子時間標準(永不含日光節約時間)
  • 它們通常顯示相同時間,但 UTC 是技術上精確的參考
  • 軟體、API 和日誌應使用 UTC,而非 GMT

如何讀 UTC 時間(以及為什麼沒有上午或下午)

UTC 幾乎總是以 24 小時制書寫,所以沒有上午或下午。00:00 UTC 是午夜,12:00 UTC 是正午,18:30 UTC 是傍晚 6:30。若需轉換為 12 小時制,把正午之後的任何小時減去 12 並加上「PM」:14:00 UTC 變成 2:00 PM UTC,21:00 UTC 變成 9:00 PM UTC。像「12 UTC」或「am UTC」這樣的搜尋通常源於這種 24 小時制與 12 小時制的混淆——穩妥的習慣是先以 24 小時制讀 UTC,再進行轉換。

  • 00:00 UTC = 12:00 AM(午夜)
  • 12:00 UTC = 12:00 PM(正午)
  • 14:00 UTC = 2:00 PM UTC
  • 21:00 UTC = 9:00 PM UTC
  • 末尾的 Z(12:00Z)是 12:00 UTC 的簡寫

現在 UTC 是幾點?

由於 UTC 沒有日光節約時間也沒有地區偏移,在任一給定瞬間,當前 UTC 時間對地球上每個人都相同——只有你的本地顯示不同。要查看即時值,請使用 UTC 時鐘而不要手算,因為你裝置的本地偏移和日光節約時間狀態會讓手算容易出錯。當前 UTC 時間也直接對應當前 Unix 時間戳,即自 1970-01-01 00:00:00 UTC 起經過的秒數。

如何把 UTC 轉換為你的本地時間

要把 UTC 轉換為你的本地時間,如果你在格林威治以東就加上你時區的偏移,在以西就減去它。難點在於日光節約時間:許多地區在一年的部分時間裡把偏移移動一小時,因此同一個 UTC 瞬間在夏季和冬季對應不同的本地時鐘時間。可靠的做法是用工具或 IANA 時區名(如 America/New_York)而非固定數字來轉換,因為 IANA 名會自動套用正確的季節規則。

  • UTC 以東(歐洲、亞洲、大洋洲):本地時間 = UTC + 偏移
  • UTC 以西(美洲):本地時間 = UTC − 偏移
  • 始終使用 IANA 名(America/New_York),而非固定偏移,以正確處理日光節約時間
  • 「UTC 到我的時間」用了解你當前日光節約時間狀態的轉換器最為穩妥

把 UTC 轉換為 EST、CST、MST 和 PST

美國本土四個主要時區各有一個標準(冬季)偏移和一個夏季偏移。要把 UTC 轉換為某個美國時區,減去下面的偏移;要把該本地時間轉換回 UTC,則加上它。請記住 EST/CST/MST/PST 是冬季標籤——從春到秋,這些相同地區使用 EDT/CDT/MDT/PDT,離 UTC 近一小時。例如,18:00 UTC 在 1 月是 1:00 PM EST,但在 7 月是 2:00 PM EDT。

  • 東部:EST = UTC−5(冬),EDT = UTC−4(夏) —— 17:00 UTC = 12:00 EST
  • 中部:CST = UTC−6(冬),CDT = UTC−5(夏) —— 18:00 UTC = 12:00 CST
  • 山區:MST = UTC−7(冬),MDT = UTC−6(夏) —— 19:00 UTC = 12:00 MST
  • 太平洋:PST = UTC−8(冬),PDT = UTC−7(夏) —— 20:00 UTC = 12:00 PST
  • 從美國時區到 UTC,加上偏移:12:00 EST + 5 = 17:00 UTC

UTC 時間常見問題

UTC is the modern global time standard, but the acronym, the keeping mechanism, and the leap-second policy all have layered histories spanning the 20th century. Knowing the components clears up the relationship between UTC, GMT, UT1, and TAI.

  • "Coordinated Universal Time": adopted by the ITU in 1970; the acronym UTC is intentionally a compromise between English (CUT) and French (TUC)
  • Three astronomical Universal Time scales feed into UTC: UT0 (raw, observed at one station), UT1 (corrected for polar motion), UT2 (also corrected for seasonal Earth-rotation variation)
  • UTC itself is atomic time (TAI) adjusted to stay within 0.9 s of UT1 via occasional leap seconds
  • IERS — International Earth Rotation and Reference Systems Service — publishes Bulletin C twice yearly, announcing upcoming leap seconds at least six months ahead
  • TAI — International Atomic Time — is currently 37 seconds ahead of UTC (10 s of historical offset plus 27 leap seconds inserted since 1972)
  • The 2022 BIPM vote will abolish leap seconds by 2035, at which point UTC becomes a pure atomic time scale aligned with TAI by a fixed offset
  • For everyday software, UTC and GMT can be treated as identical; the rigorous distinction matters in astronomy, navigation, and high-precision metrology

FAQ

What is UTC time?
UTC (Coordinated Universal Time) is the world's primary time standard and the zero-offset reference for every time zone. It is kept by atomic clocks, never observes daylight saving time, and is the time used by computers, APIs, aviation, and science.
What does UTC stand for?
UTC stands for Coordinated Universal Time. The letter order is a compromise between the English phrase (CUT) and the French Temps Universel Coordonné (TUC), chosen so the abbreviation works in every language.
Is UTC the same as GMT?
They usually show the same clock time and are used interchangeably, but UTC is a precise atomic-clock standard while GMT is an older time zone based on the Earth's rotation. Use UTC for software and technical work.
What time zone is UTC?
UTC is the standard at offset UTC±00:00. It is not tied to a country, but regions like Iceland and parts of West Africa keep the same time as UTC all year because they observe a zero offset and no daylight saving.
How do I convert UTC to EST?
Subtract 5 hours for EST (winter) or 4 hours for EDT (summer). For example, 17:00 UTC is 12:00 EST. To convert EST back to UTC, add 5 hours.
Does UTC change for daylight saving time?
No. UTC never changes for daylight saving. Local zones shift their offset seasonally, which is why the same UTC instant can map to a different local time in summer than in winter.