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

added fix for DateInterval and microseconds #14

Merged
merged 2 commits into from
Mar 3, 2020

Conversation

ivoba
Copy link
Contributor

@ivoba ivoba commented Feb 28, 2020

There is a bug in PHP for DateInterval construction and microseconds: https://bugs.php.net/bug.php?id=53831

This fixes the creation of DateInterval with microseconds like: P0Y0M0DT3H5M7.520S
Context: https://stackoverflow.com/questions/60435670/dateinterval-doesnt-accept-iso-8601-timeperiod-with-milliseconds

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.

2 participants