aboutsummaryrefslogtreecommitdiff
path: root/distamp.ha
AgeCommit message (Collapse)Author
2024-11-15Bump versionHEAD2.1.0masterJulian Hurst
2024-11-12abs: Support a fallback to parsing only time using current dateJulian Hurst
When -a flag is used parse first "%F %T", on error fallback to "%T" using the "%F" format date of the localnow date.
2024-11-01Dev mode version stringJulian Hurst
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-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-08Free slice returned by strings::split1.0.0Julian Hurst
2024-09-07Remove unused importsJulian Hurst
2024-09-07Initial commitJulian Hurst