Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libc/time
Module Name: src
Committed By: christos
Date: Sat Oct 27 22:29:24 UTC 2018
Modified Files:
src/lib/libc/time: NEWS theory.html tz-how-to.html tz-link.html
tzfile.5 version zdump.8 zic.8 zic.c
Log Message:
Welcome tzcode-2018g
Changes to code
When generating TZif files with leap seconds, zic no longer uses a
format that trips up older 32-bit clients, fixing a bug introduced
in 2018f. (Reported by Daniel Fischer.) Also, the zic workaround
for QTBUG-53071 now also works for TZif files with leap seconds.
The translator to rearguard format now rewrites the line
"Rule Japan 1948 1951 - Sep Sat>=8 25:00 0 S" to
"Rule Japan 1948 1951 - Sep Sun>=9 1:00 0 S".
This caters to zic before 2007 and to Oracle TZUpdater 2.2.0
and earlier. (Reported by Christos Zoulas.)
Changes to documentation
tzfile.5 has new sections on interoperability issues.
To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/lib/libc/time/NEWS
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/time/theory.html
cvs rdiff -u -r1.5 -r1.6 src/lib/libc/time/tz-how-to.html
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/time/tz-link.html
cvs rdiff -u -r1.26 -r1.27 src/lib/libc/time/tzfile.5
cvs rdiff -u -r1.8 -r1.9 src/lib/libc/time/version
cvs rdiff -u -r1.18 -r1.19 src/lib/libc/time/zdump.8
cvs rdiff -u -r1.30 -r1.31 src/lib/libc/time/zic.8
cvs rdiff -u -r1.71 -r1.72 src/lib/libc/time/zic.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index