Modify ↓
CLDR Ticket #3995(closed enhancement: fixed)
Need zone format compliant with W3C XML Schema xs:dateTime
Reported by: | pedberg | Owned by: | yoshito |
---|---|---|---|
Component: | xxx-spec | Data Locale: | |
Phase: | Review: | pedberg | |
Weeks: | Data Xpath: | ||
Xref: |
Description
Currently "Z" or "ZZZ" in a date field pattern produces a time zone compliant with RFC 822 or ISO 8601, e.g. "-0800". The W3C XML Schema Definition for datatype xs:dateTime requires a slightly different zone format, with a colon: "(('+' | '-') hh ':' mm) | 'Z'" (see http://www.w3.org/TR/xmlschema-2/#dateTime). We need a way of specifying this.
Attachments
Change History
comment:1 Changed 7 years ago by mark
- Cc pedberg added
- Owner changed from somebody to yoshito
- Status changed from new to assigned
- Milestone changed from UNSCH to 21
Note: See
TracTickets for help on using
tickets.
Needs design.