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 \DateTime serialization of requests. #699

Merged
merged 1 commit into from
May 18, 2024

Conversation

mickas
Copy link
Contributor

@mickas mickas commented Apr 27, 2024

Changed formatting from DateTime::RFC3339 ('Y-m-d\TH:i:sP') to ZULU ('Y-m-d\TH:i:s\Z') Fixes #698

Changed formatting from DateTime::RFC3339 ('Y-m-d\TH:i:sP') to ZULU ('Y-m-d\TH:i:s\Z')
Fixes jlevers#698
Copy link
Owner

@jlevers jlevers left a comment

Choose a reason for hiding this comment

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

Thanks @mickas!

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.

Bad \DateTime serialization
2 participants