Re: [HACKERS] Postgres - Y2K Compliant....Yes or No

From: Tom <tom(at)sdf(dot)com>
To: "D'Arcy J(dot)M(dot) Cain" <darcy(at)druid(dot)net>
Cc: chris_d_williams(at)itd(dot)sterling(dot)com, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] Postgres - Y2K Compliant....Yes or No
Date: 1998-10-20 03:22:16
Message-ID: Pine.BSF.4.05.9810192020430.20231-100000@misery.sdf.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On Mon, 19 Oct 1998, D'Arcy J.M. Cain wrote:

> Thus spake Chris Williams
> > I have seen other postings about Y2K compliance of postgres but no answers. Can anyone tell me how
> > compliant Postgres is?
>
> darcy=> select 'NOW'::timestamp;
> ?column?
> ----------------------
> 1998-10-19 17:45:27-04
> (1 row)
>
> Now 2038 compliance is another matter. :-)
>
> P.S. I'm sure we'll have 8 byte times by then.

2038 is for 31 bit (signed int) times, if we simply go to a unsigned int
that will extend things for another 68 years, and break very few things.
By 2106, I'm sure we'll have something better to do.

> --
> D'Arcy J.M. Cain <darcy(at){druid|vex}.net> | Democracy is three wolves
> http://www.druid.net/darcy/ | and a sheep voting on
> +1 416 424 2871 (DoD#0082) (eNTP) | what's for dinner.

Tom

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-10-20 03:56:47 Re: [HACKERS] Re: inet/cidr/bind
Previous Message Bruce Momjian 1998-10-20 03:00:20 Re: [HACKERS] Re: inet/cidr/bind