-
Notifications
You must be signed in to change notification settings - Fork 546
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
Panic in FromStr<DateTime<Utc>>
#1253
Comments
Thank you for the report, I should know better than to do arbitrary string slicing. |
@pitdicker Awesome, thank you! Any chance this will make it into a release soon? |
I hope this week, @djc makes the call. |
Merged
Published as 0.4.29. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Special characters in date strings produce a panic (reproduced in 0.4.27 and 0.4.28):
The bug was possibly introduced in #1145, which uses unchecked string slicing.
The text was updated successfully, but these errors were encountered: