There is a standard out to move unix time to 64 bits and as unix migrates
from 32 bits to 64 bits this will move the issue for a few more years down
the path
-----Original Message-----
From: INTERNET:[EMAIL PROTECTED]
Sent: Tuesday, February 08, 2000 9:35 PM
To: Multiple recipients of list delphi
Subject: 2038 crisis Re: [DUG]: Server time
> Interestingly, UNIX systems have a similar problem. They store time as
the
> number of seconds since midnight, January 1, 1970. They apparently use a
> signed 32-bit integer (so negative times work too), giving a D-Day of
> 3:14:07am, January 20, 2038. This may be a little more of a problem.
Not confined to UNIX by long shot. I written stuff for real-time databases
with
the same scheme. It more compelling the Y2K short cuts. Store time to
nearest
second in a 32bits. And of course the clients when confronted with problem
shrug shoulders and say quite correctly, plant wont still be around in 30
years
let alone the software system. I will be happily retired so everyone sleeps
nights.
You can imagine the same response from programmers who created Y2K traps.
Sooner or later though, it is going to be someone's problem.
----------------------------------------------------------
Phil Scadden, Institute of Geological and Nuclear Sciences
PO Box 30368, Lower Hutt, New Zealand
Ph +64 4 5704821, fax +64 4 5704603
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
----------------------- Internet Header --------------------------------
Sender: [EMAIL PROTECTED]
Received: from smtp2.ihug.co.nz (tk2.ihug.co.nz [203.29.160.14])
by spdmgaad.compuserve.com (8.9.3/8.9.3/SUN-1.7) with ESMTP id
VAA05276
for <[EMAIL PROTECTED]>; Tue, 8 Feb 2000 21:35:29 -0500
(EST)
Received: from mail.corporate.co.nz ([202.37.181.1])
by smtp2.ihug.co.nz (8.9.3/8.9.3/Debian/GNU) with ESMTP id PAA11243
for <[EMAIL PROTECTED]>; Wed, 9 Feb 2000 15:35:27 +1300
Received: by mail.corporate.co.nz from localhost
(router,SLMail V3.2); Wed, 09 Feb 2000 14:38:43 -1200
To: Multiple recipients of list delphi <[EMAIL PROTECTED]>
Sender: [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED]
Message-Id: <[EMAIL PROTECTED]>
From: "Phil Scadden" <[EMAIL PROTECTED]>
Organization: Geological and Nuclear Sciences
Date: Wed, 9 Feb 2000 15:35:40 +1300
MIME-Version: 1.0
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
Subject: 2038 crisis Re: [DUG]: Server time
Priority: normal
In-reply-to:
<[EMAIL PROTECTED]>
X-mailer: Pegasus Mail for Win32 (v3.12)
X-SLUIDL: 19EA0454-DE9311D3-B83D0080-C8D5BDFB
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz