Parse plain English date/time range strings
Changes for v1.0.0 - 2023-10-20T19:23:20Z
- Update README with v1.0.0 (Andrew Hewus Fresh)
- Pull request #1: Updates for 0.9 (Andrew Hewus Fresh)
- Attribute MAq as an author (Mark Flickinger)
- Switch to Dist::Zilla:😛luginBundle::Author::GSG (Andrew Hewus Fresh)
- Remove .perl-version (Andrew Hewus Fresh)
- Tidy up cpanfile (Andrew Hewus Fresh)
- Update META yml with version and author (James Hammer)
- Add Verion and Authority to main file (James Hammer)
- Fix business day logic beginning date bugs (James Hammer)
- Change maintained by line (James Hammer)
- Update POD (James Hammer)
- Rearrange elsif portions (James Hammer)
- Condense conditional statements (James Hammer)
- Fix spacing issues (James Hammer)
- Regroup last|past together (James Hammer)
- Improve Dashed Date regex (James Hammer)
- Add todo for all zeros case (James Hammer)
- last and past mintues and hours start and end at BOD, EOD (James Hammer)
- Condense next hours minute seconds logic (James Hammer)
- Make wider use of EOD instead of adding one day and subtracting a second (James Hammer)
- Business day logic autocompletes with incomplete array (James Hammer)
- Condense past hours minutes and seconds to one subroutine (James Hammer)
- Only rely on Date::Manip for business days logic (James Hammer)
- Clarify the ambiguous variable in converting US dashed dates (James Hammer)
- Remove unecessary Regex (James Hammer)
- Add distzilla dependencies (James Hammer)
- Support US style dates with dashes (James Hammer)
- Support mm-dd-yyyy (James Hammer)
- Fix ago and from now to act like previous (James Hammer)
- Capitalize global variables (James Hammer)
- Fix last and past weekday calculation (James Hammer)
- Support last and past times (James Hammer)
- Reorder dates that have been reported backwards (James Hammer)
- Support Time from now without the regex switch (James Hammer)
- Support N intervals ago without the regex alteration to past n intervals (James Hammer)
- Support this, next, last, past minute, second, hour (James Hammer)
- Deal with second vs 2nd at the end of a phrase (James Hammer)
- Honor times in the input string (James Hammer)
- Support english ordinal numbering up to 31 (James Hammer)
- Fully utilize beginning and end of day and year hashes (James Hammer)