diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-08-11 14:42:24 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-08-11 14:42:24 (GMT) |
commit | 533cc340ba0071b2a5e9107301ffcc4cf0c66a49 (patch) | |
tree | dc8ceba964569e1315d4248c359a742745f8f20e | |
parent | ff8b406a229996267575c5eb94f2149af2e52901 (diff) | |
parent | 420294d3ed2faf23f5b57ed32e1bf869c4f71b8f (diff) | |
download | tcl-533cc340ba0071b2a5e9107301ffcc4cf0c66a49.zip tcl-533cc340ba0071b2a5e9107301ffcc4cf0c66a49.tar.gz tcl-533cc340ba0071b2a5e9107301ffcc4cf0c66a49.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 166c377..1e652b4 100644 --- a/library/clock.tcl +++ b/library/clock.tcl @@ -324,7 +324,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 |