Re: TIMEZONE names

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: nat(at)makarevitch(dot)org
Cc: pgsql-docs(at)lists(dot)postgresql(dot)org
Subject: Re: TIMEZONE names
Date: 2021-06-12 19:44:04
Message-ID: 2442832.1623527044@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

PG Doc comments form <noreply(at)postgresql(dot)org> writes:
> The documentation states that some timezone names are recognized. As far as
> I understand others aren't.

There is more detail about that at

https://www.postgresql.org/docs/current/datatype-datetime.html#DATATYPE-TIMEZONES

Note in particular that time zone abbreviations are not considered
valid values for the TimeZone setting. However, once you add a
numeric offset, the string becomes a valid POSIX-style setting.

regards, tom lane

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2021-06-12 19:47:42 Re: Clarification needed
Previous Message PG Doc comments form 2021-06-12 15:21:31 TIMEZONE names