chrono-english icon indicating copy to clipboard operation
chrono-english copied to clipboard

Converting informal English dates (like `date` command) to chrono DateTime in Rust

Results 22 chrono-english issues
Sort by recently updated
recently updated
newest added

Currently, parsing a string like `"6:15pm"` raises an error. I think it would be nice if this was parsed as 6:15pm, on the day of the base date. Here is...

I found this crate while looking for convenient human date(time) parser. I wanted to use this for filtering in a time range `from..to`. The thing that's crucial for that is...