7cbdd94285
to change the boolean hit from false to true, but to change it from 1 to 2 which in a sense should have been obvious from the context: if (hit) /* more tests */ ++hit; The real problem was that hit was (in the imported tzcode) incorrectly changed from int to bool in a previous update. Not that it matters, this code is never actually executed - it was there to deal with the mythical double leapseconds, which simply never exist (hit counted the number of leapseconds in an adjustment) and it will all be gone in the next tzcode update. For now, just turn hit back into an int, which should satisfy gcc 8, I hope. |
||
---|---|---|
.. | ||
asctime.c | ||
checktab.awk | ||
CONTRIBUTING | ||
ctime.3 | ||
difftime.c | ||
getdate.3 | ||
getdate.c | ||
leapseconds.awk | ||
LICENSE | ||
localtime.c | ||
Makefile | ||
Makefile.inc | ||
NEWS | ||
offtime.3 | ||
private.h | ||
README | ||
strftime.3 | ||
strftime.c | ||
strptime.3 | ||
strptime.c | ||
Theory | ||
time2posix.3 | ||
tz-art.htm | ||
tz-how-to.html | ||
tz-link.htm | ||
tzcode2netbsd | ||
tzfile.5 | ||
tzselect.8 | ||
tzselect.ksh | ||
tzset.3 | ||
version | ||
zdump.8 | ||
zdump.c | ||
zic.8 | ||
zic.c |
README for the tz distribution "What time is it?" -- Richard Deacon as The King "Any time you want it to be." -- Frank Baxter as The Scientist (from the Bell System film "About Time") The Time Zone Database (often called tz or zoneinfo) contains code and data that represent the history of local time for many representative locations around the globe. It is updated periodically to reflect changes made by political bodies to time zone boundaries, UTC offsets, and daylight-saving rules. See <https://www.iana.org/time-zones/repository/tz-link.html> or the file tz-link.htm for how to acquire the code and data. Once acquired, read the comments in the file 'Makefile' and make any changes needed to make things right for your system, especially if you are using some platform other than GNU/Linux. Then run the following commands, substituting your desired installation directory for "$HOME/tzdir": make TOPDIR=$HOME/tzdir install $HOME/tzdir/etc/zdump -v America/Los_Angeles Historical local time information has been included here to: * provide a compendium of data about the history of civil time that is useful even if not 100% accurate; * give an idea of the variety of local time rules that have existed in the past and thus an idea of the variety that may be expected in the future; * provide a test of the generality of the local time rule description system. The information in the time zone data files is by no means authoritative; fixes and enhancements are welcome. Please see the file CONTRIBUTING for details. Thanks to these Time Zone Caballeros who've made major contributions to the time conversion package: Keith Bostic; Bob Devine; Paul Eggert; Robert Elz; Guy Harris; Mark Horton; John Mackin; and Bradley White. Thanks also to Michael Bloom, Art Neilson, Stephen Prince, John Sovereign, and Frank Wales for testing work, and to Gwillim Law for checking local mean time data. Thanks in particular to Arthur David Olson, the project's founder and first maintainer, to whom the time zone community owes the greatest debt of all. None of them are responsible for remaining errors. ----- This file is in the public domain, so clarified as of 2009-05-17 by Arthur David Olson. The other files in this distribution are either public domain or BSD licensed; see the file LICENSE for details.