commit | 14adbe77b5e9c68fb525d25961c86b5b0dbb1945 | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Thu Oct 28 04:49:21 2004 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Thu Oct 28 04:49:21 2004 +0000 |
tree | aa9fb068f2eb493c434c8dc599aebcbb96d1f94a | |
parent | 79d9bfa28f66e031dbc252eabe78cd0aea081f06 [diff] |
Fix bug of implementation of algorithm for calculating the date from year, week of the year, and day of the week. Was not taking into consideration properly the issue of when %U is used for the week of the year but the year starts on Monday. Closes bug #1045381 again.