Re: Date/time fixes for HAVE_TM_ZONE platforms

From: Oleg Broytmann <phd(at)sun(dot)med(dot)ru>
To: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
Cc: Postgres Hackers List <hackers(at)postgresql(dot)org>
Subject: Re: Date/time fixes for HAVE_TM_ZONE platforms
Date: 1999-01-05 16:09:29
Message-ID: Pine.SOL2.3.96.SK.990105190703.26080A-100000@sun.med.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello!

On Thu, 31 Dec 1998, Thomas G. Lockhart wrote:
> Here are some patches which fix the recently reported date/time problems

Postgres 6.4.2:

template1=> select datetime('1991-10-01', '11:00');
datetime
----------------------------
Tue 01 Oct 11:00:00 1991 EET
(1 row)

Now the last step - timezone. I remember there was broken 6.4.1 that had
correct timezone here...
My timezone is, of course MSK/MSD. Global tzname really is EET, but
tm->tz_name is MSK.

Oleg.
----
Oleg Broytmann http://members.tripod.com/~phd2/ phd2(at)earthling(dot)net
Programmers don't die, they just GOSUB without RETURN.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Contzen 1999-01-05 16:14:57 PL/PGSQL bug using aggregates
Previous Message Tom Lane 1999-01-05 16:02:19 Re: [HACKERS] Still having trouble importing 6.3 DB