Re: [HACKERS] Date/time on glibc2 linux

From: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>
To: phd2(at)earthling(dot)net
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Date/time on glibc2 linux
Date: 1998-12-23 16:33:05
Message-ID: 36811B41.583492AC@alumni.caltech.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> I ran the query SELECT datetime('1998-10-01', '11:00')
> How nice - postgres added GMT offset once more!
> I just want to know - where? It seems there is a line of code (I am
> pretty sure it is exactly one-line bug) - postgres add gmt_off where
> it should not. Where?

postgres=> SELECT datetime('1998-10-01', '11:00');
datetime
----------------------------
Thu Oct 01 11:00:00 1998 MSK
(1 row)

Look for the #ifdef BREAK_OLEGS_LINUX_GLIBC2 :/

I might have a chance today or next week (nothing in between, sorry) to
fire up a debugging version of postgres on my linux/glibc2 machine at
work.

- Tom

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hal Snyder 1998-12-23 16:39:16 Re: [HACKERS] Mhonarc for the docs list
Previous Message Vince Vielhaber 1998-12-23 16:30:11 RE: [HACKERS] Mhonarc for the docs list