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:46:21 -0500 |
commit | dc0c987574d89b4f257218e91adac1537a4c2c3e (patch) | |
tree | 69a7f0d82c91cde4037b9d73c0371e6d3c340c8e /src | |
parent | 2d9a455dba2a0f5e33e903f082f4666363c44ec0 (diff) | |
download | postgresql-dc0c987574d89b4f257218e91adac1537a4c2c3e.tar.gz postgresql-dc0c987574d89b4f257218e91adac1537a4c2c3e.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 7a7a87e651f..029ce6b53ca 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) |