Re: AT TIME ZONE and DST in UTC<->CET conversion - Mailing list pgsql-general

From Gregory Stark
Subject Re: AT TIME ZONE and DST in UTC<->CET conversion
Date
Msg-id 87ej68wn78.fsf@oxford.xeocode.com
Whole thread Raw
In response to AT TIME ZONE and DST in UTC<->CET conversion  (Jaromír Talíř <jaromir.talir@nic.cz>)
Responses Re: AT TIME ZONE and DST in UTC<->CET conversion
List pgsql-general
Jaromír Talíř <jaromir.talir@nic.cz> writes:

> postgres# select '2008-06-01 10:10:10 UTC' AT TIME ZONE 'CET';
>       timezone
> ---------------------
>  2008-06-01 12:10:10

ISTM this is the one that's wrong. "CET" is standard time, it, GMT+1.

If you want a timezone which switches between CET and CST automatically you
should use something like Europe/Paris.

--
  Gregory Stark
  EnterpriseDB          http://www.enterprisedb.com
  Get trained by Bruce Momjian - ask me about EnterpriseDB's PostgreSQL training!

pgsql-general by date:

Previous
From: Jaromír Talíř
Date:
Subject: AT TIME ZONE and DST in UTC<->CET conversion
Next
From: Tom Lane
Date:
Subject: Re: [Postgresql 8.2.3] autovacuum starting up even after disabling ?