Add the FET timetone abbreviation

Started by Marc Balmerover 13 years ago2 messages
#1Marc Balmer
marc@msys.ch
1 attachment(s)

FET stands for Further-eastern European Time and is the official time in
e.g. Belarus (Europe/Minsk).

The attched patch adds FET to the list of Default timezone abbreviations.

- Marc Balmer

Attachments:

fet.difftext/plain; charset=UTF-8; name=fet.diff; x-mac-creator=0; x-mac-type=0Download
diff --git a/src/timezone/tznames/Default b/src/timezone/tznames/Default
index 1369f47..7223ce5 100644
--- a/src/timezone/tznames/Default
+++ b/src/timezone/tznames/Default
@@ -615,6 +615,8 @@ EETDST  10800 D  # East-Egypt Summertime
                  #     (Europe/Uzhgorod)
                  #     (Europe/Vilnius)
                  #     (Europe/Zaporozhye)
+FET     10800    # Further-eastern European Time
+                 #     (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)

#2Bruce Momjian
bruce@momjian.us
In reply to: Marc Balmer (#1)
Re: Add the FET timetone abbreviation

FYI, the FET timezone abbeviation was added in this commit:

http://git.postgresql.org/gitweb/?p=postgresql.git&a=commitdiff&h=7127293a5d9f655ce3ec7e009f18bac8d3d0bc1c

---------------------------------------------------------------------------

On Sat, Oct 6, 2012 at 11:15:49AM +0200, Marc Balmer wrote:

FET stands for Further-eastern European Time and is the official time in
e.g. Belarus (Europe/Minsk).

The attched patch adds FET to the list of Default timezone abbreviations.

- Marc Balmer

diff --git a/src/timezone/tznames/Default b/src/timezone/tznames/Default
index 1369f47..7223ce5 100644
--- a/src/timezone/tznames/Default
+++ b/src/timezone/tznames/Default
@@ -615,6 +615,8 @@ EETDST  10800 D  # East-Egypt Summertime
#     (Europe/Uzhgorod)
#     (Europe/Vilnius)
#     (Europe/Zaporozhye)
+FET     10800    # Further-eastern European Time
+                 #     (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)

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

--
Bruce Momjian <bruce@momjian.us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ It's impossible for everything to be true. +

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers