Re: [HACKERS] Add the FET timetone abbreviation

2013-01-25 Thread Bruce Momjian

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


http://git.postgresql.org/gitweb/?p=postgresql.gita=commitdiffh=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  br...@momjian.ushttp://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


[HACKERS] Add the FET timetone abbreviation

2012-10-06 Thread Marc Balmer
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