Mercurial > hg > octave-kai > gnulib-hg
changeset 5794:06cda1ed2c7f
* getdate.y (universal_time_zone_table): New constant.
(time_zone_table): Remove GMT, UT, UTC entries; they're now in
universal_time_zone_table.
(lookup_zone): Prefer universal_time_zone_table to
local_time_zone_table, so that "GMT" time stamps are allowed in
London during the summer. Problem reported by Ian Abbott.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Tue, 12 Apr 2005 07:23:15 +0000 |
parents | e6643f99cbc0 |
children | 73e3d526838b |
files | lib/ChangeLog |
diffstat | 1 files changed, 9 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,12 @@ +2005-04-12 Paul Eggert <eggert@cs.ucla.edu> + + * getdate.y (universal_time_zone_table): New constant. + (time_zone_table): Remove GMT, UT, UTC entries; they're now in + universal_time_zone_table. + (lookup_zone): Prefer universal_time_zone_table to + local_time_zone_table, so that "GMT" time stamps are allowed in + London during the summer. Problem reported by Ian Abbott. + 2005-04-12 Jim Meyering <jim@meyering.net> * human.c (humblock): Set *options even when returning due to