Bug #2724
closedSingle digit hours in parse-ietf-date()
100%
Description
Following the resolution of W3C bug #2496, changes have been made to the F&O 3.1 specification of parse-ietf-date() to allow single digit hours (in the time or timezone offset). Saxon 9.7 currently disallows these.
Updated by Debbie Lockett over 8 years ago
- Status changed from New to In Progress
- Applies to branch 9.8 added
Looking at the ParseIetfDate class, I have noticed that currently we do not check that the returned time and timezone values are valid. (Note that there is a check that the date is valid; and the TimeValue constructor used performs no validation). This should also be added.
Updated by Debbie Lockett over 8 years ago
- Status changed from In Progress to Resolved
- Fix Committed on Branch 9.7, 9.8 added
ParseIetfDate parseTime method updated to allow single digit hours. Further improvements to add validation for the time value.
Patch committed on 9.7 and 9.8 dev branches.
Updated by O'Neil Delpratt over 8 years ago
- Status changed from Resolved to Closed
- % Done changed from 0 to 100
- Fixed in Maintenance Release 9.7.0.5 added
Bug fix applied in the Saxon 9.7.0.5 maintenance release.
Updated by O'Neil Delpratt over 7 years ago
- Applies to branch trunk added
- Applies to branch deleted (
9.8)
Updated by O'Neil Delpratt over 7 years ago
- Fix Committed on Branch trunk added
- Fix Committed on Branch deleted (
9.8)
Please register to edit this issue