this post was submitted on 17 Feb 2025
28 points (96.7% liked)
Rust
6456 readers
52 users here now
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Wormhole
Credits
- The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Ah I didn't know about this. I've been fighting chrono (and the concept of time in general) trying to parse an iCal file to show a week of events... which you'd think would be easy, but it's super complicated. Maybe this will make it a little easier.
And yes, date time handling is one of the most confusing areas on computer science. https://xkcd.com/2867/
Ha that's great and accurate!