Bug 479206

Summary: Review Request: perl-DateTime-Format-Flexible - Flexibly parse strings and turn them into DateTime objects
Product: [Community] Bugzilla Reporter: Chris Weyl <cweyl>
Component: TestAssignee: Nobody's working on this, feel free to take it <nobody>
Status: CLOSED NOTABUG QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: devel   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://search.cpan.org/dist/DateTime-Format-Flexible
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-01-08 03:03:28 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 465913    
Bug Blocks:    

Description Chris Weyl 2009-01-08 00:07:44 UTC
Spec URL: http://fedorapeople.org/~cweyl/review/perl-DateTime-Format-Flexible.spec
SRPM URL: http://fedorapeople.org/~cweyl/review/perl-DateTime-Format-Flexible-0.05-1.fc10.src.rpm

Description:
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.