Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Jena 2.12.1
-
None
Description
The time part always includes milliseconds even when zero.
XSD defines the fractional part to be the minimum length (i.e. not ending in zero). Jena has traditionally used milliseconds (3 places). Fixed format is easier for the date formatters.
A compromise is no fractional part when milliseconds is zero and 3 decimal places when milliseconds is non-zero.
Attachments
Issue Links
- relates to
-
JENA-837 TestUtils.testCalendarToXSDTimeString not stable outside GMT.
- Closed