diff options
author | Kevin B Kenny <kennykb@acm.org> | 2004-08-19 18:55:03 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2004-08-19 18:55:03 (GMT) |
commit | aedff4653c66d0c490a35ac117de3e4bee784f4f (patch) | |
tree | 0e91f2aae97f67f159f2fa31f50dd220431947e6 /ChangeLog | |
parent | efec773f97b011bca64f60476b3c982c6697ceff (diff) | |
download | tcl-aedff4653c66d0c490a35ac117de3e4bee784f4f.zip tcl-aedff4653c66d0c490a35ac117de3e4bee784f4f.tar.gz tcl-aedff4653c66d0c490a35ac117de3e4bee784f4f.tar.bz2 |
* library/clock.tcl (format): Changed default timezone format
from alphabetic to numeric to produce scannable times in more
locales.
* tests/clock.test (clock-37.1): Removed now-unused 'needPST'
constraint and the comments that refer to it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2004-08-19 Kevin Kenny <kennykb@acm.org> + + * library/clock.tcl (format): Changed default timezone format + from alphabetic to numeric to produce scannable times in more + locales. + * tests/clock.test (clock-37.1): Removed now-unused 'needPST' + constraint and the comments that refer to it. + 2004-08-18 Andreas Kupries <andreask@activestate.com> * library/init.tcl: Integrated TIP #189. We source a separate file |