Tcl Source Code

View Ticket
Login
2024-10-30
23:15
Merge [ab6663673f92f81f]: Fixes regression and further bug [2c237beffbace823]. check-in: f77783d30d user: pooryorick tags: unchained, INCOMPATIBLE_LICENSE
15:29 New ticket [9a1dca76cd] clock-59.2 failure. artifact: 3ddcab29ba user: dgp
2024-10-29
18:45 Closed ticket [2c237beffb]: clock regression in tzdata (TZ generation in tclZIC seems not support new iana database format, e. g. %z instead of offset TZ-name) plus 7 other changes artifact: 061d95b206 user: sebres
18:39
merge 8.7: fixes regression and further bug [2c237beffbace823] check-in: ab6663673f user: sebres tags: trunk, main
18:37
merge 8.6: fixes regression and further bug [2c237beffbace823] check-in: 5f73876fe7 user: sebres tags: core-8-branch
18:29
merge 8.5 (branch bug-fix-tz-w-offs): fixes regression and further bug [2c237beffbace823]: - tools... check-in: 6a166839ed user: sebres tags: core-8-6-branch
18:14
merge branch bug-fix-tz-w-offs: fixes regression and further bug [2c237beffbace823]: - tools/tclZI... check-in: fd0f43ac1f user: sebres tags: core-8-5-branch
18:08
additional fix for [2c237beffbace823]: usage of time zones `Etc/GMT±n` were impossible previously d... Closed-Leaf check-in: 67e7522bd1 user: sebres tags: bug-fix-tz-w-offs
18:02
clock.test: coverage for regression and further bugs [2c237beffbace823] check-in: 30833841e4 user: sebres tags: bug-fix-tz-w-offs
17:58 New ticket [2c237beffb] clock regression in tzdata (TZ generation in tclZIC seems not support new iana database format, e. g. %z instead of offset TZ-name). artifact: 9a56333e8e user: sebres

Ticket UUID: 2c237beffbace823e27c6abe6a330e8fddbd1ca4
Title: [clock] regression in tzdata (TZ generation in tclZIC seems not support new iana database format, e. g. %z instead of offset TZ-name)
Type: Bug Version: 8.6.15, 8.7+
Submitter: sebres Created on: 2024-10-29 17:58:28
Subsystem: 16. Commands A-H Assigned To: nobody
Priority: 9 Immediate Severity: Critical
Status: Closed Last Modified: 2024-10-29 18:45:02
Resolution: Fixed Closed By: sebres
    Closed on: 2024-10-29 18:45:02
Description:

[9275edd424971958] introduced a regression: several TZs got wrong time zone names (%z instead of TZ-offset name).

The reason looks like "tools/tclZIC.tcl" didn't support the change on the format for IANA time zone database 2024b.

I'm preparing a branch bug-fix-tz-w-offs fixing tools/tclZIC.tcl and few other small bugs around it found by tests and attempt to fix github/tclclockmod#24. The branch is initiated as 8.5-based branch to avoid the regression in 8.5 by regeneration of tzdata with tools/tclZIC there.

This was also released with 8.6.15 and 9.0, so I guess it must be rereleased soon or a quick patch must be provided for maintainers.

User Comments: sebres added on 2024-10-29 18:45:02:

Fixed in all branches now, thus close it.

For the patch of 8.6.15 see [6a166839ed62c9c1], 9.0 - [ab6663673f92f81f].