Year 2038 Problem
The original Unix timestamp datatype (time_t) stores a date and time as a signed 32-bit integer representing the number of seconds since 1 January 1970. During and after 2038, this number will exceed 231 − 1, the largest number representable by a signed 32-bit integer, causing the Year 2038 problem (also known as the Unix Millennium bug, or Y2K38). To solve this problem, many systems and languages have switched to a 64-bit timestamp, or supplied alternatives which are 64-bit.
Read more about this topic: Y2K Problem, Programming Problem, Date Bugs Similar To Y2K
Famous quotes containing the words year and/or problem:
“I know not whether Laws be right
Or whether Laws be wrong;
All that we know who live in gaol
Is that the wall is strong;
And that each day is like a year,
A year whose days are long.”
—Oscar Wilde (18541900)
“[How] the young . . . can grow from the primitive to the civilized, from emotional anarchy to the disciplined freedom of maturity without losing the joy of spontaneity and the peace of self-honesty is a problem of education that no school and no culture have ever solved.”
—Leontine Young (20th century)