RecordStream
RecordStream copied to clipboard
parsedate: Parse and reformat dates and times
Basically a front-end to Time::ParseDate, which offers more control than Date::Manip::DM5's ParseDate()
. The fatpack recs, already 7.4MB, is increased only 28KB by Time::ParseDate, so there's no huge loss to avoid it. POSIX, luckily, is part of core.
Yay! Travis caught a problem with older Perls I didn't realize would be an issue. I'll fix it up tomorrow.
This branch is now good to go. @benbernard, would you take a look?
Looks great! I had a few comments, but feel free to merge as-is
Thanks for the notes! I'll make the changes you recommended and merge away.
In adding some tests, I just found a bug (timezones, naturally), so I'm going to fix that and repush at some point (probably not today).
awesome, glad you found it!
On Sun, Feb 28, 2016 at 11:53 AM Thomas Sibley [email protected] wrote:
In adding some tests, I just found a bug (timezones, naturally), so I'm going to fix that and repush at some point (probably not today).
— Reply to this email directly or view it on GitHub https://github.com/benbernard/RecordStream/pull/74#issuecomment-189933597 .