From: Tom Lane Date: Mon, 14 Jan 2013 19:45:40 +0000 (-0500) Subject: Add new timezone abbrevation "FET". X-Git-Tag: REL9_3_BETA1~506 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7127293a5d9f655ce3ec7e009f18bac8d3d0bc1c;p=postgresql Add new timezone abbrevation "FET". This seems to have been invented in 2011 to represent GMT+3, non daylight savings rules, as now used in Europe/Kaliningrad and Europe/Minsk. There are no conflicts so might as well add it to the Default list. Per bug #7804 from Ruslan Izmaylov. --- diff --git a/src/timezone/tznames/Default b/src/timezone/tznames/Default index 1369f47bfb..cf3396cd92 100644 --- a/src/timezone/tznames/Default +++ b/src/timezone/tznames/Default @@ -615,6 +615,9 @@ EETDST 10800 D # East-Egypt Summertime # (Europe/Uzhgorod) # (Europe/Vilnius) # (Europe/Zaporozhye) +FET 10800 # Further-eastern European Time + # (Europe/Kaliningrad) + # (Europe/Minsk) MEST 7200 D # Middle Europe Summer Time (not in zic) MET 3600 # Middle Europe Time (not in zic) METDST 7200 D # Middle Europe Summer Time (not in zic) diff --git a/src/timezone/tznames/Europe.txt b/src/timezone/tznames/Europe.txt index 88abeccaab..6798ae4e20 100644 --- a/src/timezone/tznames/Europe.txt +++ b/src/timezone/tznames/Europe.txt @@ -154,6 +154,9 @@ EETDST 10800 D # East-Egypt Summertime # (Europe/Uzhgorod) # (Europe/Vilnius) # (Europe/Zaporozhye) +FET 10800 # Further-eastern European Time + # (Europe/Kaliningrad) + # (Europe/Minsk) GMT 0 # Greenwich Mean Time # (Africa/Abidjan) # (Africa/Bamako)