UTC (Coordinated Universal Time)
utc
The primary time standard by which the world regulates clocks and time, serving as the basis for civil timekeeping globally.
ut1
UT1 (Universal Time 1) is a timescale derived from the observed rotation angle of the Earth. It is determined through Very Long Baseline Interferometry (VLBI) observations of distant quasars, which precisely measure the Earth's rotational orientation. Because UT1 directly reflects all irregular variations in the Earth's spin, including the effects of tidal friction, crustal movements, and atmospheric circulation, the length of a UT1 day is never exactly 86,400 SI seconds.
UTC is a uniform timescale based on atomic clocks, whereas UT1 is a non-uniform timescale tied to the Earth's rotation. The difference between them (DUT1 = UT1 - UTC) is kept within 0.9 seconds by inserting leap seconds. The International Earth Rotation and Reference Systems Service (IERS) monitors DUT1 and announces upcoming leap seconds via Bulletin C. After the planned abolition of leap seconds in 2035, DUT1 will be allowed to gradually accumulate without correction.
UT1 is essential in astronomy (celestial position calculations), geodesy (determining Earth's orientation), and precision satellite orbit determination. For everyday life and IT systems, UTC is sufficient, but observatory software and precision satellite-tracking systems require the DUT1 correction. IERS publishes the current DUT1 value weekly in Bulletin A.
Was this article helpful?
utc
The primary time standard by which the world regulates clocks and time, serving as the basis for civil timekeeping globally.
tai
TAI is a continuous timescale computed as a weighted average of over 450 atomic clocks worldwide, containing no leap seconds, and serving as the foundation for UTC.
leap-second
A one-second adjustment applied to UTC to keep it aligned with the Earth's irregular rotation.
iers
IERS is the international body responsible for monitoring Earth's rotation, determining when leap seconds are needed, and maintaining the global terrestrial and celestial reference frames.
The International Date Line zigzags through the Pacific along roughly 180 degrees longitude, separating today from tomorrow. This article explains why the line is not straight, what happens when ships and planes cross it, and why the world's earliest sunrise lands in Kiribati.
The cardinal rule of timestamp handling in software is store in UTC, display in local. This article covers the rationale, ISO 8601 formatting, JavaScript and Python patterns, the most common bugs, and a testing strategy that catches DST and date-line issues before they reach production.
NTP synchronizes clocks across networks using a hierarchical structure and clever round-trip math. This article covers Stratum levels, the offset calculation, modern implementations like chrony and systemd-timesyncd, and the security extensions added by NTS in 2020.