Info: UX report for dtg/dtg-lib crates #43
qtfkwk
started this conversation in
Experience Reports
Replies: 2 comments 4 replies
-
Nice! I think you might be the first. :-) Did you hit any problems during the migration? Did you find anything easier? Harder? |
Beta Was this translation helpful? Give feedback.
3 replies
-
FWIW: I also made the switch in I wasn't using chrono extensively, and found it very straightforward. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If interested, I just replaced chrono and chrono-tz dependencies in my dtg and dtg-lib crates without issue!
lib/src/lib.rs
cli/src/main.rs
Notable observations include a maximum timestamp of 253402207200 (9999-12-30T22:00:00Z); using chrono it was 8210266876799 (262142-12-31T23:59:59Z); but no deal breakers.
Please feel free to close this issue.
Beta Was this translation helpful? Give feedback.
All reactions