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 FET to Default and Europe.txt |
Date: | 2012-10-06 11:29:29 |
Message-ID: | 20121006112929.GA32506@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
The Postgres community does not maintain the timezone database; we ship
copies of the IANA timezone database; you will have to request the
changes from them:
http://www.iana.org/time-zones
---------------------------------------------------------------------------
On Sat, Oct 6, 2012 at 11:18:43AM +0200, Marc Balmer wrote:
> The attached patch would add the FET timezone abbreviation to the
> Default list _and_ the list of european abbreviations.
>
> - mb
> 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)
> diff --git a/src/timezone/tznames/Europe.txt b/src/timezone/tznames/Europe.txt
> index 88abecca..6c35ab1 100644
> --- a/src/timezone/tznames/Europe.txt
> +++ b/src/timezone/tznames/Europe.txt
> @@ -154,6 +154,8 @@ EETDST 10800 D # East-Egypt Summertime
> # (Europe/Uzhgorod)
> # (Europe/Vilnius)
> # (Europe/Zaporozhye)
> +FET 10800 # Further-eastern European Time
> + # (Europe/Minsk)
> GMT 0 # Greenwich Mean Time
> # (Africa/Abidjan)
> # (Africa/Bamako)
>
> --
> 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. +
From | Date | Subject | |
---|---|---|---|
Next Message | Daniele Varrazzo | 2012-10-06 11:48:29 | Re: Resetting libpq connections after an app error |
Previous Message | Heikki Linnakangas | 2012-10-06 10:45:23 | Re: Bad Data back Door |