diff options
| author | Tom Lane | 2018-10-19 23:36:34 +0000 |
|---|---|---|
| committer | Tom Lane | 2018-10-19 23:36:34 +0000 |
| commit | 12bfb778ce688fc662a6cb35f6298734fcf4856f (patch) | |
| tree | 63cc6cc5290ec5f8a5435c721632304a90a29436 /src/timezone/README | |
| parent | 13877d30f2ec93f6043937f76af207dcc614a4e7 (diff) | |
Sync our copy of the timezone library with IANA release tzcode2018f.
About half of this is purely cosmetic changes to reduce the diff between
our code and theirs, like inserting "const" markers where they have them.
The other half is tracking actual code changes in zic.c and localtime.c.
I don't think any of these represent near-term compatibility hazards, but
it seems best to stay up to date.
I also fixed longstanding bugs in our code for producing the
known_abbrevs.txt list, which by chance hadn't been exposed before,
but which resulted in some garbage output after applying the upstream
changes in zic.c. Notably, because upstream removed their old phony
transitions at the Big Bang, it's now necessary to cope with TZif files
containing no DST transition times at all.
Diffstat (limited to 'src/timezone/README')
| -rw-r--r-- | src/timezone/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timezone/README b/src/timezone/README index c33c26143f2..4a6170101a7 100644 --- a/src/timezone/README +++ b/src/timezone/README @@ -55,7 +55,7 @@ match properly on the old version. Time Zone code ============== -The code in this directory is currently synced with tzcode release 2018e. +The code in this directory is currently synced with tzcode release 2018f. 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. Here are some notes about that. |
