summaryrefslogtreecommitdiffstats
path: root/library/tzdata/Atlantic
Commit message (Collapse)AuthorAgeFilesLines
* Update to Olson tzdata2011fvenkat2011-04-121-2/+1
|
* Fix tzdata line terminatorsKevin B Kenny2009-04-0912-1806/+1806
|
* Olson's tzdata2009eKevin B Kenny2009-04-0912-1806/+1806
|
* rebuilt from Olson's tzdata2007bKevin B Kenny2007-02-132-243/+248
|
* Olson's tzdata2006mKevin B Kenny2006-10-0411-11/+11
|
* * library/tzdata: Regenerated, including several new files,Kevin B Kenny2006-08-241-186/+187
| | | | | | | | | from Olson's tzdata2006j. * library/clock.tcl: * tests/clock.test: Removed an early testing hack that allowed loading 'registry' from the build tree rather than an installed one. This is a workaround for [Bug 15232730], which remains open because it's a symptom of a deeper underlying problem.
* Corrected bug in DST transition times for locales that specify transition in ↵Kevin B Kenny2005-11-283-274/+274
| | | | local Standard Time
* * generic/tclTimer.c: Removed a premature optimisation thatKevin B Kenny2004-09-071-2/+2
| | | | | | | | | | | | | | | | | | | | | attempted to store the assoc data in the client data; the optimisation caused a bug that [after] would overwrite its imports. [Bug 1016167] * library/clock.tcl (InitTZData, ClearCaches): Changed so that the in-memory time zone :UTC (and its aliases) always gets reinitialised, in case tzdata is absent. [Bug 1019537, 1023779] * library/tzdata/*: Regenerated. * tests/clock.test (clock-31.*, clock-39.1): Corrected a problem where the 'system' locale tests fail on a non-English Windows machine. [Bug 1023761]. Added a test to make sure that alias time zones load correctly. [Bug 1023779]. * tools/tclZIC.tcl (writeLinks): Corrected a problem where alias time zone names were written incorrectly, causing them to fail to load at run time. [Bug 1023779]. * win/tclWinTime.c (Tcl_GetTime): Eliminated CPUID tests on Win64 - assuming that HAL vendors now do a better job of keeping the performance counters synchronized among CPU's. [Bug 1020445]
* TIP #173 and #209 implementation - see ChangeLog for detailsKevin B Kenny2004-08-1811-0/+1800