DateTime structures of choice. #146
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. |
Beta Was this translation helpful? Give feedback.
-
|
To get a bit of comparison data: |
Beta Was this translation helpful? Give feedback.
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?
Beta Was this translation helpful? Give feedback.
All reactions