]> git.ipfire.org Git - thirdparty/glibc.git/commit - NEWS
Support TZ transition times < 00:00:00.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 18 Sep 2013 20:15:12 +0000 (13:15 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 17 Dec 2013 18:18:10 +0000 (10:18 -0800)
commit0748546f660d27a2ad29fa6174d456e2f6490758
tree175527097b8cb08db18f558d526bccfade5344c6
parent4480e934ccffa48c6ef60464ee00f00a363dcb56
Support TZ transition times < 00:00:00.

This is needed for version-3 tz-format files; it supports time
stamps past 2037 for America/Godthab (the only entry in the tz
database for which this change is relevant).
* manual/time.texi (TZ Variable): Document transition times
from -167:59:59 through -00:00:01.
* time/tzset.c (tz_rule): Time of day is now signed.
(__tzset_parse_tz): Parse negative time of day.
ChangeLog
NEWS
manual/time.texi
time/tzset.c