-
Notifications
You must be signed in to change notification settings - Fork 545
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 Local.ymd_opt() on old dates for target i686-pc-windows-msvc #371
Comments
Could you re-run with |
sure, here it is:
|
FYI i've hacked this by changing this
to this
in sys.rs |
Ah, yeah that's too bad. I think this is enough motivation for me to move ahead with #286, which I've been meaning to do for awhile but have had some reservations. |
time crate has been updated lately with less panics, perhaps try and update dependency on it in chrono? |
Unfortunately the newest time crate relies on the absolute newest rust release, which breaks chronos backwards-compatibility policy, and the time 0.2 api is vastly different than 0.1. |
This code:
results in panic inside time crate:
The text was updated successfully, but these errors were encountered: