chronoutil icon indicating copy to clipboard operation
chronoutil copied to clipboard

ChronoUtil module provides powerful extensions to rust's Chrono crate.

Results 6 chronoutil issues
Sort by recently updated
recently updated
newest added

Updates the link to match the description

Hi, we wanted to use this crate in a no_std environment. Is it expected at some point?

Firstly, thanks for the library. # Problem I'm in a timezone which regrettably uses daylight saving tIme. When taking a `chrono` DST timezone datetime and attempting to apply `chronoutils` shift...

Some folks bypass Chrono altogether and instead use https://github.com/time-rs/time since it has gained a reputation for being more actively maintained. It would be worth exploring whether to make this library...

I'd like to be able to serialize a RelativeDuration with serde. Because sometimes I want to save a duration to disk. I can easily enough work around it with an...

This PR adds two functions to `DateRule`: `quarterly` and `semiannually`. The first function increments a start date in 3-month intervals. The second function increments the start date by 6-month intervals.