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

!!!TASK: Change default JsonView DateTime format to ISO compliant DateTime::ATOM #2474

Merged
merged 2 commits into from
Mar 25, 2022

Conversation

albe
Copy link
Member

@albe albe commented May 2, 2021

The JsonView will now by default output dates as ISO string '2011-02-03T03:15:23+00:00' - before it was the subtly different '2011-02-03T03:15:23+0000' without the colon in the time offset.

Resolves #2446
Related to #2445

Copy link
Member

@mficzel mficzel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine by reading

@jonnitto
Copy link
Member

Re-trigger tests…

@jonnitto jonnitto closed this Mar 24, 2022
@jonnitto jonnitto reopened this Mar 24, 2022
@mhsdesign
Copy link
Member

sorry for the mess 👀

@mficzel mficzel merged commit c6f0b21 into master Mar 25, 2022
@mficzel mficzel deleted the jsonview-datetime branch March 25, 2022 07:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change default dateTime format for JsonView to DateTime::ATOM to be actually ISO compliant
5 participants