-
Notifications
You must be signed in to change notification settings - Fork 63
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
Port from chrono to time 0.3 #63
Conversation
Chrono has been unmaintained for some time now and has had open CVEs for a while now that aren't getting fixed. See chronotope/chrono#602
Sorry, I really should have gotten to this a while back. Is it still the case that chrono should be phased out? |
Ah, no worries. I think chrono maintenance has picked up again (or at least there are some commits on master again) and the time crate has a problem: To avoid the unsoundness of chrono it just doesn’t do local time unless an additional config flag is specified:
So I’m not sure if time really fills the gap chrono fills. |
@Cogitri Would you consider re-opening this PR, but without support for local timezones? Chrono is receiving infrequent commits again, but it has been reported that the author is still refusing to update to newer I would like to make the argument that While it is not exactly the same use case, tracing has also replaced chrono for prior art. |
Sure, if that’s desirable I can re-open this :) |
I see a 👍 from @shssoichiro, but granted I don't know how much of a desirability marker that is :) |
I'd be willing to merge this, given the patterns in chrono's maintenance and that |
Apparently GH doesn't allow re-opening PRs after force-pushing, so I opened #64 |
Chrono has been unmaintained for some time now and has had open CVEs
for a while now that aren't getting fixed. See chronotope/chrono#602