diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2013-01-14 14:45:40 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2013-01-14 14:45:40 -0500 |
commit | 7127293a5d9f655ce3ec7e009f18bac8d3d0bc1c (patch) | |
tree | 131c152221895d924e5cc37eff260e1ab77e35ef /src | |
parent | 692079e5dcb3316a51d4cadc2eb2fc184b33518d (diff) | |
download | postgresql-7127293a5d9f655ce3ec7e009f18bac8d3d0bc1c.tar.gz postgresql-7127293a5d9f655ce3ec7e009f18bac8d3d0bc1c.zip |
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.
Diffstat (limited to 'src')
-rw-r--r-- | src/timezone/tznames/Default | 3 | ||||
-rw-r--r-- | src/timezone/tznames/Europe.txt | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/src/timezone/tznames/Default b/src/timezone/tznames/Default index 1369f47bfbb..cf3396cd92f 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 88abeccaab8..6798ae4e202 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) |