Re: [GENERAL] Timezones on Tru64 (Digital Unix)

2000-05-23 Thread Tom Lane
Stephane Bortzmeyer <[EMAIL PROTECTED]> writes: > And for those who wonder why I don't use 6.5.3, it's because, unlike > 6.5, it doesn't compile on Tru64: So have you tried 7.0 ? Reports of porting problems for 7.0 will be gladly accepted, but you are a few months too late to attract much intere

Re: [GENERAL] Timezones on Tru64 (Digital Unix)

2000-05-23 Thread Stephane Bortzmeyer
On Tuesday 23 May 2000, at 14 h 17, the keyboard of Stephane Bortzmeyer <[EMAIL PROTECTED]> wrote: > PostgreSQL 6.5. And for those who wonder why I don't use 6.5.3, it's because, unlike 6.5, it doesn't compile on Tru64: cc -I../../../include -I../../../backend -DNOFIXADE -std -O4 -Olimit 2

[GENERAL] Timezones on Tru64 (Digital Unix)

2000-05-23 Thread Stephane Bortzmeyer
'set time zone 'GMT';', or any other 'set time zone' (even with numeric time zones), is completely ignored on my Tru64 machine (I always get dates in local time, UT+2). On Debian, everything is fine. Did I forget something when compiling PostgreSQL? Is there som