Re: PDT but not WEST - Mailing list pgsql-general

From Christophe Pettus
Subject Re: PDT but not WEST
Date
Msg-id D0E97864-048C-464E-92A0-0A8ECDFEC18D@thebuild.com
Whole thread Raw
In response to Re: PDT but not WEST  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Sep 29, 2011, at 10:50 AM, Tom Lane wrote:

> Christophe Pettus <xof@thebuild.com> writes:
>> I am baffled.  Both PDT and WEST appear as valid timezone abbreviations, and each have unique values, but:
>
> Where do you see WEST as a valid timezone abbrevation?

Voila, "Western Europe Summer Time":

test=# select * from pg_timezone_names where abbrev='WEST';
       name       | abbrev | utc_offset | is_dst
------------------+--------+------------+--------
 Atlantic/Canary  | WEST   | 01:00:00   | t
 Atlantic/Faeroe  | WEST   | 01:00:00   | t
 Atlantic/Faroe   | WEST   | 01:00:00   | t
 Atlantic/Madeira | WEST   | 01:00:00   | t
 Europe/Lisbon    | WEST   | 01:00:00   | t
 Portugal         | WEST   | 01:00:00   | t
 WET              | WEST   | 01:00:00   | t
(7 rows)

--
-- Christophe Pettus
   xof@thebuild.com


pgsql-general by date:

Previous
From: Reid Thompson
Date:
Subject: Re: Solaris 10u9, PG 8.4.6, 'c' lang function, fails on 1 of 5 servers
Next
From: Steve Crawford
Date:
Subject: Re: PDT but not WEST