| From: | SL Baur <steve(at)beopen(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Stephane Bortzmeyer <bortzmeyer(at)pasteur(dot)fr>, pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Timezones on Tru64 (Digital Unix) |
| Date: | 2000-05-24 06:39:05 |
| Message-ID: | m366s4sb92.fsf@dhcp-38.jp.tlan |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> writes in pgsql-general(at)postgresql(dot)org:
> Stephane Bortzmeyer <bortzmeyer(at)pasteur(dot)fr> 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:
7.0 builds fine on Tru64.
> So have you tried 7.0 ?
I just did and it doesn't work. I've built with locale and multibyte
enabled and tested in both C locale and a Japanese locale.
steve=# select now();
now
------------------------
2000-05-24 15:11:10+09
(1 row)
steve=# set timezone='US/Pacific';
SET VARIABLE
steve=# select now();
now
------------------------
2000-05-24 15:11:20+09
(1 row)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | SL Baur | 2000-05-24 07:08:51 | Re: Timezones on Tru64 (Digital Unix) |
| Previous Message | Oskar Bartenstein | 2000-05-24 06:33:27 | Re: Where is the JDBC Driver for PostgreSQL on Redhat6.0? |