Tagged articles
13 articles
Page 1 of 1
Tencent Cloud Developer
Tencent Cloud Developer
Jul 10, 2024 · Operations

Leap Second: The Technical Burden Programmers Cannot Bear

The International Earth Rotation Service’s decision to skip the 2024 leap second and ultimately abolish leap seconds by 2035 relieves programmers of complex time‑keeping hacks, as current NTP, PTP, and newer Windows systems can already handle adjustments while past leap seconds have repeatedly disrupted software.

Linux-kernelNTPPTP
0 likes · 16 min read
Leap Second: The Technical Burden Programmers Cannot Bear
NetEase LeiHuo UX Big Data Technology
NetEase LeiHuo UX Big Data Technology
Jan 4, 2023 · Game Development

Handling Time Zones in Game Development: Consistency, Storage, and Presentation

This article explains why time‑zone consistency is crucial in games, illustrates common pitfalls with UTC and local times—including daylight‑saving effects—and provides best‑practice guidelines for storing timestamps in UTC, preserving zone information, and displaying user‑friendly times to avoid data errors and user confusion.

UTCdaylight savingtime zones
0 likes · 8 min read
Handling Time Zones in Game Development: Consistency, Storage, and Presentation
21CTO
21CTO
Nov 27, 2022 · Operations

Why the Leap Second Is Being Abandoned and What It Means for Tech Ops

The International Bureau of Weights and Measures announced the phase‑out of leap seconds, a practice that has caused system crashes and NTP headaches for major tech firms, and the decision—effective by 2035—will reshape how global time synchronization is handled in operations.

NTPUTCleap second
0 likes · 6 min read
Why the Leap Second Is Being Abandoned and What It Means for Tech Ops
Liangxu Linux
Liangxu Linux
Jul 31, 2021 · Fundamentals

Why Does Computer Time Drift and How We Keep It Accurate

This article explores why clocks—both mechanical and computer—often lose accuracy, explains the physics behind the definition of a second, describes how atomic clocks and UTC were created, and details how network protocols like NTP synchronize system time while handling leap seconds and clock drift.

NTPUTCatomic clock
0 likes · 21 min read
Why Does Computer Time Drift and How We Keep It Accurate
ITPUB
ITPUB
Jul 8, 2021 · Operations

Why Does Your Computer’s Clock Drift? The Hidden Science Behind Time Sync

This article explores why clocks—both mechanical and computer—lose accuracy, explains the evolution from astronomical timekeeping to atomic standards, details how national time centers broadcast time, and shows how protocols like NTP synchronize devices while handling network delays and leap seconds.

NTPUTCatomic clock
0 likes · 20 min read
Why Does Your Computer’s Clock Drift? The Hidden Science Behind Time Sync
Liangxu Linux
Liangxu Linux
Oct 11, 2020 · Fundamentals

Understanding Human vs Machine Time: From Epoch to UTC and Local Time

The article explains the two ways to express time—human time (year, month, day) and machine time (milliseconds since the 1970 epoch)—detailing how machine time maps to UTC, how UTC relates to local time zones, and why conversions are necessary for accurate time handling in software.

JavaUTCepoch
0 likes · 5 min read
Understanding Human vs Machine Time: From Epoch to UTC and Local Time