Re: "HDT" time zone not recognized by PostreSQL 9.5 - Mailing list pgsql-bugs

From Pavol Szegheo
Subject Re: "HDT" time zone not recognized by PostreSQL 9.5
Date
Msg-id MWHPR07MB2799DEAABAF032F71E225A7AD2C80@MWHPR07MB2799.namprd07.prod.outlook.com
Whole thread Raw
In response to "HDT" time zone not recognized by PostreSQL 9.5  (Pavol Szegheo <PSzegheo@itnnetworks.com>)
Responses Re: "HDT" time zone not recognized by PostreSQL 9.5
List pgsql-bugs
Neither are the more modern HADT and HAST time zones recognized by PostreSQ=
L 9.5

So, the only Hawaiian timezone recognized by PostreSQL 9.5 is HST, thus the=
 following would run fine:
SELECT TIMESTAMP '2013-08-13 00:00:00' AT TIME ZONE 'HST';

While all these would fail:

SELECT TIMESTAMP '2013-08-13 00:00:00' AT TIME ZONE 'HDT';

SELECT TIMESTAMP '2013-08-13 00:00:00' AT TIME ZONE 'HADT';

SELECT TIMESTAMP '2013-08-13 00:00:00' AT TIME ZONE 'HAST';


From: Pavol Szegheo
Sent: Friday, September 23, 2016 3:36 PM
To: pgsql-bugs@postgresql.org
Subject: "HDT" time zone not recognized by PostreSQL 9.5

SELECT TIMESTAMP '2013-08-13 00:00:00' AT TIME ZONE 'HDT' AT TIME ZONE 'UTC=
';
/* ERROR:  time zone "HDT" not recognized
********** Error **********

ERROR: time zone "HDT" not recognized
SQL state: 22023
*/

pgsql-bugs by date:

Previous
From: Pavol Szegheo
Date:
Subject: "HDT" time zone not recognized by PostreSQL 9.5
Next
From: pszegheo@itnnetworks.com
Date:
Subject: BUG #14337: "HDT" time zone is not recognized by PostreSQL 9.5