summaryrefslogtreecommitdiff
path: root/time/p5-DateTime-Format-Flexible
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14pkgsrc changes:sno2-7/+7
- Updating package of p5 module DateTime::Format::Flexible from 0.08 to 0.09 - Adjusting license to ${PERL5_LICENSE} according to META.yaml Upstream changes: 0.09 Sun May 24 22:00:00 2009 - add a real copyright for Debian packaging - fix parsing a bare 4 digit year. (thanks Dominic Rose, rt #46278)
2009-05-01PkgSrc changes:sno2-8/+10
- Updating package for p5 module of DateTime::Format::Flexible from 0.05 to 0.08 - Setting license to gnu-gpl-v2 - Adjusting dependencies Upstream changes: 0.08 Wed Apr 22 14:00:00 2009 - fix some pod errors, give an example for european hinting 0.07 Tue Apr 22 03:00:00 2009 - add ability to strip strings from the date string - can now parse timezones - rudimentary support for european dates (dd-mm-yyyy) - can now parse epoch times 0.06 Mon Apr 20 15:06:00 2009 - Fix parsing bug with dd-(oct|nov|dec)-yyyy (thanks Phil Brass)
2009-02-13Added time/p5-DateTime-Format-Flexible version 0.05abs3-0/+36
If you have ever had to use a program that made you type in the date a certain way and thought "Why can't the computer just figure out what date I wanted?", this module is for you. DateTime::Format::Flexible attempts to take any string you give it and parse it into a DateTime object. The test file tests 2500+ variations of date/time strings. If you can think of any that I do not cover, please let me know.