parse_datetime
Rust Mediumuutils/parse_datetime
36 stars
37 forks
5 open issues
Active Apr 2026
Beginner-Friendly Issues 5
Issues tagged for new contributors
date input: negative fractional epoch (`@-1.5`) truncates instead of floors
#283 · Apr 5, 2026
bug good first issue
date input: `HH:MM am/pm` forms rejected (e.g. `2024-06-15 12:00 PM`)
#282 · Apr 5, 2026
bug good first issue
bug good first issue
date input: bare timezone abbreviations (`ut`, `UT`, `gmt`, …) rejected
#280 · Apr 5, 2026
bug good first issue
date input: unrecognized trailing tokens rejected (e.g. `8j`, `8 j`)
#279 · Apr 5, 2026
bug good first issue