Re: Add the FET timetone abbreviation

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Marc Balmer <marc(at)msys(dot)ch>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Add the FET timetone abbreviation
Date: 2013-01-25 21:12:51
Message-ID: 20130125211251.GR6848@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


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(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-hackers

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2013-01-25 21:16:52 Re: No, pg_size_pretty(numeric) was not such a hot idea
Previous Message Kohei KaiGai 2013-01-25 21:09:39 Re: replace plugins directory with GUC