mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Sync timezone code with tzcode 2010c from the Olson group. This fixes some
corner cases that come up in certain timezones (apparently, only those with lots and lots of distinct TZ transition rules, as far as I can gather from a quick scan of their archives). Per suggestion from Jeevan Chalke. Back-patch to 8.4. Possibly we need to push this into earlier releases as well, but I'm hesitant to update them to the 64-bit tzcode without more thought and testing.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
$PostgreSQL: pgsql/src/timezone/README,v 1.7 2008/03/21 13:23:29 momjian Exp $
|
||||
$PostgreSQL: pgsql/src/timezone/README,v 1.8 2010/03/11 18:43:24 tgl Exp $
|
||||
|
||||
Timezone
|
||||
========
|
||||
@ -7,7 +7,7 @@ This is a PostgreSQL adapted version of the timezone library from:
|
||||
|
||||
ftp://elsie.nci.nih.gov/pub/tzcode*.tar.gz
|
||||
|
||||
The code is currently synced with release 2007k. There are many cosmetic
|
||||
The code is currently synced with release 2010c. There are many cosmetic
|
||||
(and not so cosmetic) differences from the original tzcode library, but
|
||||
diffs in the upstream version should usually be propagated to our version.
|
||||
|
||||
|
Reference in New Issue
Block a user