POV-Ray : Newsgroups : povray.programming : Y2K : Re: Y2K Server Time
29 Jul 2024 02:23:15 EDT (-0400)
  Re: Y2K  
From: Jon A  Cruz
Date: 20 Jun 1999 14:45:29
Message: <376D36D3.F3B55ACA@geocities.com>
Mark Gordon wrote:

> Nieminen Mika wrote:
> >
>
> >   The time() function returns the time in seconds since the Epoch. The Epoch
> >   is referenced to 00:00:00 CUT (Coordinated Universal Time) 1 Jan 1970.
> >
> >   As you can see, there's no reference to the current year here.
> >   Since this counter is usually a 32-bit number, the real problem comes
> > in 2106 when the counter overflows.
> >   I think I will not live that long.
>
> Unless it's storing it as a signed integer, in which case it conks out
> in 2038.  I've heard plenty of references to the 2038 problem, which I
> may very well live to see.  Then again, I also expect to have migrated
> to 64-bit architectures by that time.

Or... unless you are running on some older Microsoft stuff. I've seen their calls
documented as working only up to 2035. (Trying to remember if it was in DOS or
Win31 calls). Anyway, I had seen it at some point when the first rumblings of Y2K
were being noticed by people and I was looking into the 2038 problem.

So

2038 = problems for most of the world.
2035 = problems for older MS OS users.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.