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 | 420294d3ed2faf23f5b57ed32e1bf869c4f71b8f (patch) | |
tree | 7cc3fca45b9c3ac902c56875afde442be5cbc140 /library | |
parent | 4fa8d0b58071c8c666a320ef21813e12303c3564 (diff) | |
download | tcl-420294d3ed2faf23f5b57ed32e1bf869c4f71b8f.zip tcl-420294d3ed2faf23f5b57ed32e1bf869c4f71b8f.tar.gz tcl-420294d3ed2faf23f5b57ed32e1bf869c4f71b8f.tar.bz2 |
Never guess non-existing timezone name "America/Brasilia" on Windows. Reported by Arnulf Wiedemann
Diffstat (limited to 'library')
-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 |