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

Fix ZonedDateTimeSerializer (ISO 8601) #145

Merged

Conversation

Kubster96
Copy link

ZonedDateTimeSezializer is not compatible with ISO 8601.
Before fix ZonedDateTime was serialized as follows eg:
2021-05-31T11:29:13.009857200+02:00[Europe/Belgrade]
And should be:
2021-05-31T09:29:13.009857200Z

OCPP charger simulator https://github.com/NewMotion/docile-charge-point was not being able to parse date fields.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 42.579% when pulling 48743c9 on codibly:bugfix/fix-zoned-date-time-serializer into 441adb1 on ChargeTimeEU:master.

@TVolden TVolden merged commit 68410d5 into ChargeTimeEU:master Jun 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants