aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-10-31Add version flag and update README.md2.0.0Julian Hurst
2024-10-31Remove useless commentJulian Hurst
2024-10-31Update README.md and punctuationJulian Hurst
2024-10-31Trim keys and values from the configJulian Hurst
2024-10-30Add config support for specifying a timezoneJulian Hurst
2024-10-21Use Europe/Paris tz instead of LOCALJulian Hurst
LOCAL isn't Europe/Paris but UTC here for some reason
2024-10-17Parse the absolute date via a virtualJulian Hurst
Use a virtual date to parse the user inputted date then fill in the rest of the date information needed to realize the virtual into a real date.
2024-10-17fprintln -> errorlnJulian Hurst
2024-10-16Fix localityJulian Hurst
Locality in from_str seems broken, it needs to be specified twice with %L in the layout and as a parameter.
2024-10-09Support absolute datesJulian Hurst
2024-09-27Add support for days and weeks flagsJulian Hurst
2024-09-27Better error handlingJulian Hurst
2024-09-09Flesh out README.mdJulian Hurst
2024-09-08Add readmeJulian Hurst
2024-09-08Free slice returned by strings::split1.0.0Julian Hurst
2024-09-07Remove unused importsJulian Hurst
2024-09-07Initial commitJulian Hurst