DateTime structures of choice. #146
bobmcwhirter
started this conversation in
Tenets
Replies: 2 comments 1 reply
|
chrono is dead, time 0.3 so the new thing. … time has chrono actually depends on time 0.1, adding stuff on top. But time 0.1 having fixed a CVE, didn't get updated in chrono for quite a while. That was around 2021, where many projects moved to time 0.3. Figuring out that projects actually didn't need to "on top" stuff of chrono. And just for timestamps, I don't think we need it either. Maybe chrono updates to time 0.3 some point. By stick to time 0.1 if we don't need it. |
1 reply
|
To get a bit of comparison data: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Which datetime-related structures should we be using?
A recent PR by @ctron has
Is there a tenet here we should spread more widely?
All reactions