diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-08-11 14:41:10 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-08-11 14:41:10 (GMT) |
commit | 97eb71a62940a86f2a09ab817dc389f1c42de9d1 (patch) | |
tree | 7cc3fca45b9c3ac902c56875afde442be5cbc140 | |
parent | c74640849ef38c01a98a0a1338f72bbb56668d5e (diff) | |
download | tcl-97eb71a62940a86f2a09ab817dc389f1c42de9d1.zip tcl-97eb71a62940a86f2a09ab817dc389f1c42de9d1.tar.gz tcl-97eb71a62940a86f2a09ab817dc389f1c42de9d1.tar.bz2 |
Never guess non-existing timezone name "America/Brasilia" on Windows. Reported by Arnulf Wiedemann
-rw-r--r-- | library/clock.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/clock.tcl b/library/clock.tcl index 49aad23..1f83716 100644 --- a/library/clock.tcl +++ b/library/clock.tcl @@ -325,7 +325,7 @@ proc ::tcl::clock::Initialize {} { {-10800 0 3600 0 2 0 2 2 0 0 0 0 10 0 3 2 0 0 0} :America/Sao_Paulo {-10800 0 3600 0 10 0 5 2 0 0 0 0 4 0 1 2 0 0 0} :America/Godthab {-10800 0 3600 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0} :America/Buenos_Aires - {-10800 0 3600 0 2 0 5 2 0 0 0 0 11 0 1 2 0 0 0} :America/Brasilia + {-10800 0 3600 0 2 0 5 2 0 0 0 0 11 0 1 2 0 0 0} :America/Bahia {-10800 0 3600 0 3 0 2 2 0 0 0 0 10 0 1 2 0 0 0} :America/Montevideo {-7200 0 3600 0 9 0 5 2 0 0 0 0 3 0 5 2 0 0 0} :America/Noronha {-3600 0 3600 0 10 0 5 3 0 0 0 0 3 0 5 2 0 0 0} :Atlantic/Azores |