什么是 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.