Re: Timezones on Tru64 (Digital Unix) - Mailing list pgsql-general

From SL Baur
Subject Re: Timezones on Tru64 (Digital Unix)
Date
Msg-id m3r9asqvb0.fsf@dhcp-38.jp.tlan
Whole thread Raw
In response to Re: Timezones on Tru64 (Digital Unix)  (Stephane Bortzmeyer <bortzmeyer@pasteur.fr>)
Responses Re: Timezones on Tru64 (Digital Unix)  (Stephane Bortzmeyer <bortzmeyer@pasteur.fr>)
Re: Timezones on Tru64 (Digital Unix)  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
SL Baur <steve@beopen.com> writes in pgsql-general@postgresql.org:

> I just did and it doesn't work.

Oops.  I didn't check carefully enough.  Sorry.

> steve=# set timezone='US/Pacific';

That's incorrect syntax, it appears.  Setting the timezone as `PST8PDT'
or `:US/Pacific' works.

To answer the original question, GMT is named `GMT0' on Tru64.

steve=# set timezone='GMT0';
SET VARIABLE
steve=# select now();
          now
------------------------
 2000-05-24 07:04:37+00
(1 row)


pgsql-general by date:

Previous
From: SL Baur
Date:
Subject: Re: Timezones on Tru64 (Digital Unix)
Next
From: Louis-David Mitterrand
Date:
Subject: arguments passed to a trigger function