Thread: BUG #11937: Server 2008

BUG #11937: Server 2008

From
dimongrechko@gmail.com
Date:
The following bug has been logged on the website:

Bug reference:      11937
Logged by:          Дмитрий
Email address:      dimongrechko@gmail.com
PostgreSQL version: Unsupported/Unknown
Operating system:   Windows
Description:

Hi.

Sorry for my english.

We have a probleem with new timezones in Russian Federation. Windows
knows about new RTZ zones (I need RTZ 7), but postgres does'n vave this.
I see, thet latest version of postgreSQL does'n support this. Pleas tell me
how to solve this problemm, we have a replication of DB using "PostgreSQL
9.3.4, compiled by Visual C++ build 1600, 64-bit".

P.S

http://windowsnotes.ru/other/perexodim-na-zimnee-vremya/

http://interface31.ru/tech_it/2014/10/perevod-chasov-v-rf-26-oktyabrya-2014-goda---problemy-i-resheniya.html

Re: BUG #11937: Server 2008

From
Michael Paquier
Date:
On Tue, Nov 11, 2014 at 6:38 PM,  <dimongrechko@gmail.com> wrote:
> We have a probleem with new timezones in Russian Federation. Windows
> knows about new RTZ zones (I need RTZ 7), but postgres does'n vave this.
> I see, thet latest version of postgreSQL does'n support this. Pleas tell me
> how to solve this problemm, we have a replication of DB using "PostgreSQL
> 9.3.4, compiled by Visual C++ build 1600, 64-bit".
You will need to wait for 9.3.6 and then do a minor upgrade, the new
Russian timezones have been updated by this recent commit:

commit: c66199151c78c546f92744de5023b79b84f954cf
author: Tom Lane <tgl@sss.pgh.pa.us>
date: Sat, 4 Oct 2014 14:18:33 -0400
Update time zone data files to tzdata release 2014h.

Most zones in the Russian Federation are subtracting one or two hours
as of 2014-10-26.  Update the meanings of the abbreviations IRKT, KRAT,
MAGT, MSK, NOVT, OMST, SAKT, VLAT, YAKT, YEKT to match.

Regards,
--
Michael