Re: Timezones on Tru64 (Digital Unix)

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 07:08:51
Message-ID: m3r9asqvb0.fsf@dhcp-38.jp.tlan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

SL Baur <steve(at)beopen(dot)com> writes in pgsql-general(at)postgresql(dot)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)

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Louis-David Mitterrand 2000-05-24 07:21:02 arguments passed to a trigger function
Previous Message SL Baur 2000-05-24 06:39:05 Re: Timezones on Tru64 (Digital Unix)