summaryrefslogtreecommitdiffstats
path: root/library/tzdata/Atlantic
Commit message (Collapse)AuthorAgeFilesLines
* Update TZ data with tzdata2017a from IANAJosé Ignacio Marín2017-03-107-582/+574
|
* Upgrade to tzdata2015f from IETF.venkat2015-08-121-1/+0
|
* merge tzdata2015a from ietf.orgvenkat2015-02-111-4/+7
|
* tzdata2014j from ietf.orgvenkat2014-12-102-2/+2
|
* tzdata2014f from ietf.orgKevin B Kenny2014-08-131-5/+3
|
* Fix execute permission on many files which shouldn't have it.jan.nijtmans2013-10-171-0/+0
|
* Update to tzdata2013bvenkat2013-03-221-2/+2
|
* Update to tzdata 2012bvenkat2012-03-191-178/+1
|
* 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