Differences From Artifact [9b68da3a50]:
- File generic/tclDate.c — part of check-in [94e184fbee] at 2007-04-20 03:50:19 on branch trunk — * tests/clock.test (clock-59.1): Added a regression test for military time zone input conversion. [Bug 1586828]. * generic/tclGetDate.y (MilitaryTable): Fixed an ancient bug where the military NZA time zones had the signs reversed [Bug 1586828]. (user: kennykb size: 62755)
To Artifact [d6fa053006]:
- File generic/tclDate.c — part of check-in [0c6676638d] at 2007-04-20 04:11:22 on branch trunk — Fixed a buglet in recognizing time zone SIERRA (user: kennykb size: 62764)
| ︙ | |||
2200 2201 2202 2203 2204 2205 2206 | 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 | - + |
}
/*
* Strip off any plural and try the units table again.
*/
i = strlen(buff) - 1;
|
| ︙ |