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 time tests #76

Merged
merged 1 commit into from
Feb 2, 2023
Merged

Fix time tests #76

merged 1 commit into from
Feb 2, 2023

Conversation

erickt
Copy link
Contributor

@erickt erickt commented Jan 19, 2022

In chronotope/chrono#473, chrono changed how %Z is handled, and was changed to simply skip over any non-whitespace characters in the timezone section, just like glibc's strptime.

I'm not sure if this is the right fix, but it gets the tests to pass.

@erickt erickt mentioned this pull request Jan 19, 2022
In chronotope/chrono#473, chrono changed how %Z is
handled, and was changed to simply skip over any non-whitespace characters
in the timezone section, just like glibc's `strptime`.

I'm not sure if this is the right fix, but it gets the tests to pass.
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