diff options
| author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-08-11 14:42:24 (GMT) |
|---|---|---|
| committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-08-11 14:42:24 (GMT) |
| commit | 600e0720b4867a3ef03cdb0fe4cca02b33cc6d99 (patch) | |
| tree | dc8ceba964569e1315d4248c359a742745f8f20e | |
| parent | 8d9d8b7a11e8d706e42713ae7c28390a6fbbc111 (diff) | |
| parent | a234987b36e6aad1fb42a863a85214a1546edcfb (diff) | |
| download | tcl-600e0720b4867a3ef03cdb0fe4cca02b33cc6d99.zip tcl-600e0720b4867a3ef03cdb0fe4cca02b33cc6d99.tar.gz tcl-600e0720b4867a3ef03cdb0fe4cca02b33cc6d99.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 |
