diff options
author | Kevin B Kenny <kennykb@acm.org> | 2006-07-30 18:58:55 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2006-07-30 18:58:55 (GMT) |
commit | 89523cfd09df9126005a8a40871fc44b9da1e89c (patch) | |
tree | c73858f31b459de2dd184ea80c069ca4f59723e3 /library/clock.tcl | |
parent | d65e0fcd3ab6b395d6a6c9b2670d9e6ecccefdbd (diff) | |
download | tcl-89523cfd09df9126005a8a40871fc44b9da1e89c.zip tcl-89523cfd09df9126005a8a40871fc44b9da1e89c.tar.gz tcl-89523cfd09df9126005a8a40871fc44b9da1e89c.tar.bz2 |
Fixed Bug 1505383
Diffstat (limited to 'library/clock.tcl')
-rw-r--r-- | library/clock.tcl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/clock.tcl b/library/clock.tcl index 37d475f..0ed1eef 100644 --- a/library/clock.tcl +++ b/library/clock.tcl @@ -13,7 +13,7 @@ # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: clock.tcl,v 1.30 2006/04/19 16:43:03 kennykb Exp $ +# RCS: @(#) $Id: clock.tcl,v 1.31 2006/07/30 18:58:55 kennykb Exp $ # #---------------------------------------------------------------------- @@ -889,7 +889,7 @@ proc ::tcl::clock::ParseClockFormatFormat2 {format locale procName} { { set date [GetLocaleEra \ $date[set date {}] \ - @LOCALE_ERAS@]}] + @LOCALE_ERAS@]}] \n set didLocaleEra 1 } if {!$didLocaleNumerals} { @@ -1061,7 +1061,7 @@ proc ::tcl::clock::ParseClockFormatFormat2 {format locale procName} { / 7 }] } append formatString %02d - append substituents { $Wweeknumber} + append substituents { $WweekNumber} } y { # The two-digit year of the century append formatString %02d |