diff options
author | Akinori Hattori <hattya@gentoo.org> | 2009-06-15 10:54:26 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-06-15 10:54:26 -0700 |
commit | 29143408ae6d474a115768e809691635f507b1fd (patch) | |
tree | b6a28096c3cb549045ac4ab21c7a9b19195cdaeb /ChangeLog | |
parent | c9bb32415460f5bcf4accacadf9060d504fddd69 (diff) | |
download | glibc-29143408ae6d474a115768e809691635f507b1fd.tar glibc-29143408ae6d474a115768e809691635f507b1fd.tar.gz glibc-29143408ae6d474a115768e809691635f507b1fd.tar.bz2 glibc-29143408ae6d474a115768e809691635f507b1fd.zip |
Handle leap seconds even if no DST rule exists.
This fixes BZ #10211.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2009-06-15 Ulrich Drepper <drepper@redhat.com> + [BZ #10211] + * time/tzfile.c (__tzfile_compute): If we use the envvar format still + handle leap seconds if they are available. + Patch by Akinori Hattori <hattya@gentoo.org>. + * timezone/tzselect.ksh: Update from tzcode2009i. * timezone/zdump.c: Likewise. * timezone/zic.c: Likewise. |