Y2K38 Problem
-
Interesting article: http://www.codeproject.com/KB/bugs/The-Year-2038-Bug.aspx[^] Has anyone seen any reports about this in the IT press?
Best wishes, Hans
[CodeProject Forum Guidelines] [How To Ask A Question] [My Articles]
I remember going over that in college 10 years ago, and we all laughed because it was 40 years away, now it's only 30. Time flies.
I'm largely language agnostic
After a while they all bug me :doh:
-
Interesting article: http://www.codeproject.com/KB/bugs/The-Year-2038-Bug.aspx[^] Has anyone seen any reports about this in the IT press?
Best wishes, Hans
[CodeProject Forum Guidelines] [How To Ask A Question] [My Articles]
Someone else had already approved it by the time I saw it. Not very interesting. Not news either. But, other than a certain level of alarmism, I saw no reason to mark it down or report. Figured I'd just ignore it.
-
Interesting article: http://www.codeproject.com/KB/bugs/The-Year-2038-Bug.aspx[^] Has anyone seen any reports about this in the IT press?
Best wishes, Hans
[CodeProject Forum Guidelines] [How To Ask A Question] [My Articles]
A quick Internet Search got me two results: 1) http://en.wikipedia.org/wiki/Year_2038_problem[^] 2) http://www.2038bug.com/[^] 3) http://computer.howstuffworks.com/question75.htm[^]
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson -
A quick Internet Search got me two results: 1) http://en.wikipedia.org/wiki/Year_2038_problem[^] 2) http://www.2038bug.com/[^] 3) http://computer.howstuffworks.com/question75.htm[^]
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis LevinsonVasudevan Deepak Kumar wrote:
A quick Internet Search got me two results: 1) http://en.wikipedia.org/wiki/Year\_2038\_problem\[^\] 2) http://www.2038bug.com/\[^\] 3) http://computer.howstuffworks.com/question75.htm\[^\]
:rolleyes:
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP
-
Interesting article: http://www.codeproject.com/KB/bugs/The-Year-2038-Bug.aspx[^] Has anyone seen any reports about this in the IT press?
Best wishes, Hans
[CodeProject Forum Guidelines] [How To Ask A Question] [My Articles]
Yes, and it is as real for C as Y2K was for COBOL. I have already calcuated that I'll be 65 by then, a good chance to make retirement less boring and more profitable. I'll be filthy rich! Bithces will call me "time_t daddy" :cool:
We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
blog: TDD - the Aha! | Linkify!| FoldWithUs! | sighist -
Someone else had already approved it by the time I saw it. Not very interesting. Not news either. But, other than a certain level of alarmism, I saw no reason to mark it down or report. Figured I'd just ignore it.
You *do* use 64 bit time_t, and serialize them as such?
We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
blog: TDD - the Aha! | Linkify!| FoldWithUs! | sighist -
Vasudevan Deepak Kumar wrote:
A quick Internet Search got me two results: 1) http://en.wikipedia.org/wiki/Year\_2038\_problem\[^\] 2) http://www.2038bug.com/\[^\] 3) http://computer.howstuffworks.com/question75.htm\[^\]
:rolleyes:
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP
Did you note one thing? But even all those Indian companies that were running amuck for Y2K and who make pesky calls to all types of candidates are very quiet and not considering this problem!
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson -
Yes, and it is as real for C as Y2K was for COBOL. I have already calcuated that I'll be 65 by then, a good chance to make retirement less boring and more profitable. I'll be filthy rich! Bithces will call me "time_t daddy" :cool:
We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
blog: TDD - the Aha! | Linkify!| FoldWithUs! | sighistTrue. We would still be glued to the system with big spectacles even after the retirement age. :rolleyes:
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson -
You *do* use 64 bit time_t, and serialize them as such?
We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
blog: TDD - the Aha! | Linkify!| FoldWithUs! | sighistI use 128 bits. It gives me more than the lifespan of the universe to work with! (assuming it ends in a big crunch)
So the creationist says: Everything must have a designer. God designed everything. I say: Why is God the only exception? Why not make the "designs" (like man) exceptions and make God a creation of man?
-
Interesting article: http://www.codeproject.com/KB/bugs/The-Year-2038-Bug.aspx[^] Has anyone seen any reports about this in the IT press?
Best wishes, Hans
[CodeProject Forum Guidelines] [How To Ask A Question] [My Articles]
Great now I don't know which "crisis" to worry about. Y2K38 or global warming... What to do, what to do. Oh well, this will give all the politicians a new "crisis" to get involved with. Maybe they can pass some laws about how time MUST be managed on the computer to avoid the world coming to an end in 2038. Kalvin
-
Great now I don't know which "crisis" to worry about. Y2K38 or global warming... What to do, what to do. Oh well, this will give all the politicians a new "crisis" to get involved with. Maybe they can pass some laws about how time MUST be managed on the computer to avoid the world coming to an end in 2038. Kalvin
I'm not worrying about the Y2K38 problem. But the mayan calendar ends in 2012, now that's a different matter. :)
Best wishes, Hans
[CodeProject Forum Guidelines] [How To Ask A Question] [My Articles]
-
Interesting article: http://www.codeproject.com/KB/bugs/The-Year-2038-Bug.aspx[^] Has anyone seen any reports about this in the IT press?
Best wishes, Hans
[CodeProject Forum Guidelines] [How To Ask A Question] [My Articles]
It's been reported many times, even before Y2K. I discovered it in 1988; my boss figured if anyone was still using that version of the app in 2038, they were idiots and got what they deserved. I stopped using time_t as soon as I moved to Windows, though I did use __time64_t a few years ago for some reason.
Anyone who thinks he has a better idea of what's good for people than people do is a swine. - P.J. O'Rourke
-
It's been reported many times, even before Y2K. I discovered it in 1988; my boss figured if anyone was still using that version of the app in 2038, they were idiots and got what they deserved. I stopped using time_t as soon as I moved to Windows, though I did use __time64_t a few years ago for some reason.
Anyone who thinks he has a better idea of what's good for people than people do is a swine. - P.J. O'Rourke
-
Just like noone will be using 1960's cobol in 40 years. :rolleyes: Epoch Fail[^]
Is anyone still using LANTastic Version 3.0 (for DOS?) (And it only affected timed security, which apparently nobody used.)
Anyone who thinks he has a better idea of what's good for people than people do is a swine. - P.J. O'Rourke
-
I'm not worrying about the Y2K38 problem. But the mayan calendar ends in 2012, now that's a different matter. :)
Best wishes, Hans
[CodeProject Forum Guidelines] [How To Ask A Question] [My Articles]
Hans Dietrich wrote:
mayan calendar ends in 2012
I've been waiting for someone to bring this up! I guess JSOP missed this thread.
BDF A learned fool is more a fool than an ignorant fool. -- Moliere
-
You *do* use 64 bit time_t, and serialize them as such?
We are a big screwed up dysfunctional psychotic happy family - some more screwed up, others more happy, but everybody's psychotic joint venture definition of CP
blog: TDD - the Aha! | Linkify!| FoldWithUs! | sighistI don't use C much anymore. I use System.DateTime Temporal data should be serialized in an ISO 8601 format, not numeric.
-
Interesting article: http://www.codeproject.com/KB/bugs/The-Year-2038-Bug.aspx[^] Has anyone seen any reports about this in the IT press?
Best wishes, Hans
[CodeProject Forum Guidelines] [How To Ask A Question] [My Articles]