Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StdDateFormat: serialize time offset using colon #1762

Closed
challarao opened this issue Sep 8, 2017 · 1 comment
Closed

StdDateFormat: serialize time offset using colon #1762

challarao opened this issue Sep 8, 2017 · 1 comment
Labels
Milestone

Comments

@challarao
Copy link

challarao commented Sep 8, 2017

I think it also applies to zone provided that the zone is a 4 or 6 digit offset.

Either basic or extended formats may be used, but both date and time must use the same format. The date expression may be calendar, week, or ordinal, and must use a complete representation. The time may be represented using a specified reduced accuracy format.[8] It is permitted to omit the 'T' character by mutual agreement.[21]

https://en.wikipedia.org/wiki/ISO_8601#Combined_date_and_time_representations

@challarao challarao changed the title Either basic or extended formats may be used, but both date and time must use the same format ISO8601Utils: Either basic or extended formats may be used, but both date and time must use the same format Sep 8, 2017
@cowtowncoder cowtowncoder changed the title ISO8601Utils: Either basic or extended formats may be used, but both date and time must use the same format StdDateFormat: serialize time offset using colon Sep 13, 2017
@cowtowncoder
Copy link
Member

Note: this is manifestation of FasterXML/jackson3-dev#7 for Jackson 3.x.
For Jackson 2.x, users need to consider #1744 since we can not safely change defaults (based on past experience, seemingly small defaults changes tend to break some users somewhere).

So: change here is change of StdDateFormat to generate ISO-8601 representation, if no override specified, that does include colon separating hours and minutes in time offset.

@cowtowncoder cowtowncoder added this to the 3.0.0 milestone Sep 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants