TimeSpanParser
TimeSpanParser copied to clipboard
.NET parser for human-written time spans
Results
1
TimeSpanParser issues
Sort by
recently updated
recently updated
newest added
Years parsing seems a bit weird: while this works `TimeSpanParser.Parse("0 years")`, neither `TimeSpanParser.Parse("1 years")` nor `TimeSpanParser.Parse("1 year")` work. Any ideas why this happens? EDIT: Just noticed this in the readme:...