Actions
Bug #2667
closedformat-date() week-in-month numbering is incorrect
Status:
Closed
Priority:
Normal
Assignee:
Category:
XPath conformance
Sprint/Milestone:
Start date:
2016-03-08
Due date:
% Done:
100%
Estimated time:
Legacy ID:
Applies to branch:
9.6, 9.7
Fix Committed on Branch:
9.6, 9.7
Description
See W3C specification/test bugs 29493 and 29515.
Saxon gives the result of
format-date(xs:date('2008-03-01'), '[w]')
as 5 when the correct result is 4.
Updated by Debbie Lockett over 8 years ago
- Status changed from New to Resolved
- Fix Committed on Branch 9.6, 9.7 added
Fix committed for 9.7 and 9.6 branches. Correction made to getWeekNumberWithinMonth() method of DateValue: for days before week 1, calculate week number of last week of previous month (it is not always 5).
Updated by O'Neil Delpratt over 8 years ago
- % Done changed from 0 to 100
- Fixed in Maintenance Release 9.7.0.4 added
Bug fix applied in the Saxon 9.7.0.4 maintenance release. Leave open until patched applied in the 9.6 maintenance release.
Updated by O'Neil Delpratt over 8 years ago
- Status changed from Resolved to Closed
- Fixed in Maintenance Release 9.6.0.9 added
- Fixed in Maintenance Release deleted (
9.7.0.4)
Bug fix applied in the Saxon 9.6.0.9 maintenance release.
Updated by O'Neil Delpratt over 8 years ago
- Sprint/Milestone set to 9.7.0.4
- Fixed in Maintenance Release 9.7.0.4 added
Please register to edit this issue
Actions