diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-10-14 07:03:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-10-14 07:03:01 +0000 |
commit | 89dc9d4c5b50c4e6397d0d74d0570e88f09fca99 (patch) | |
tree | 4d1ef6eab5b0d52aca0981a711cbf54f266a540b /ChangeLog | |
parent | cfca0aa39759db23eafd06fda9d989bd36f35a88 (diff) | |
download | glibc-89dc9d4c5b50c4e6397d0d74d0570e88f09fca99.tar glibc-89dc9d4c5b50c4e6397d0d74d0570e88f09fca99.tar.gz glibc-89dc9d4c5b50c4e6397d0d74d0570e88f09fca99.tar.bz2 glibc-89dc9d4c5b50c4e6397d0d74d0570e88f09fca99.zip |
[BZ #1140]
2007-10-14 Ulrich Drepper <drepper@redhat.com>
[BZ #1140]
* time/tzfile.c (__tzfile_compute): Compute tzname[] values based
on the specified time and not the last entries in the file. Move
code to determine tzname[] to...
(find_transition): ...here. Add ugly guess for times before the
first transition.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2007-10-14 Ulrich Drepper <drepper@redhat.com> + + [BZ #1140] + * time/tzfile.c (__tzfile_compute): Compute tzname[] values based + on the specified time and not the last entries in the file. Move + code to determine tzname[] to... + (find_transition): ...here. Add ugly guess for times before the + first transition. + 2007-10-13 Ulrich Drepper <drepper@redhat.com> [BZ #3195] |