Re: [GENERAL] BST Time Zone Discrepancy

2017-02-06 Thread Igal @ Lucee.org
Thank you, Steve and Adrian, for clarifying. Igal Sapir Lucee Core Developer Lucee.org

Re: [GENERAL] BST Time Zone Discrepancy

2017-02-06 Thread Adrian Klaver
On 02/06/2017 12:44 PM, Igal @ Lucee.org wrote: Tom, Thank you for your reply: On 2/6/2017 12:18 PM, Tom Lane wrote: This is controlled by the timezone_abbreviations file, which if you haven't changed it lists: # CONFLICT! BST is not unique # Other timezones: # - BST: Bougainville Standard T

Re: [GENERAL] BST Time Zone Discrepancy

2017-02-06 Thread Steve Crawford
On Mon, Feb 6, 2017 at 12:44 PM, Igal @ Lucee.org wrote: > Tom, > > Thank you for your reply: > On 2/6/2017 12:18 PM, Tom Lane wrote: > > This is controlled by the timezone_abbreviations file, which if > > you haven't changed it lists: > > # CONFLICT! BST is not unique > # Other timezones: > # -

Re: [GENERAL] BST Time Zone Discrepancy

2017-02-06 Thread Igal @ Lucee.org
Tom, Thank you for your reply: On 2/6/2017 12:18 PM, Tom Lane wrote: This is controlled by the timezone_abbreviations file, which if you haven't changed it lists: # CONFLICT! BST is not unique # Other timezones: # - BST: Bougainville Standard Time (Papua New Guinea) BST 3600 D # British

Re: [GENERAL] BST Time Zone Discrepancy

2017-02-06 Thread Tom Lane
"Igal @ Lucee.org" writes: > I've been having some issues with using BST as a timezone, so I checked > the Postgres catalogs and found a discrepancy. > ... > But in pg_timezone_names I get an 11-hr offset with a completely > different time zone. > intranet=> SELECT * FROM pg_timezone_names WHER