Tagged articles
5 articles
Page 1 of 1
Liangxu Linux
Liangxu Linux
Aug 20, 2023 · Fundamentals

Why Unix Chose a Simple Integer for Time and the Looming 2038 Problem

The article recounts how Ken Thompson and Dennis Ritchie invented the Unix epoch as a single integer counting seconds since 1970, explains its advantages, exposes the 32‑bit overflow issue known as the Y2K38 problem, and outlines the transition to 64‑bit timestamps in modern systems.

64-bitEpoch TimeOperating Systems
0 likes · 7 min read
Why Unix Chose a Simple Integer for Time and the Looming 2038 Problem
IT Services Circle
IT Services Circle
Jul 10, 2023 · Fundamentals

The Story Behind Unix Epoch Time and the Y2K38 Problem

This article recounts how Ken Thompson and Dennis Ritchie devised the Unix Epoch Time as a simple integer timestamp, explains its advantages, the 32‑bit limitation leading to the Y2K38 issue, and describes the transition to 64‑bit timestamps in modern systems.

32-bit64-bitEpoch Time
0 likes · 6 min read
The Story Behind Unix Epoch Time and the Y2K38 Problem