NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Date::ICal + Time::Piece? (Score:2)
Is there anything that a combination of those two would miss?
Re:Date::ICal + Time::Piece? (Score:2)
- Date objects
-- Simple OO interface for doing basic things. I like how Time::Piece does this.
-- Date math via overloading. Time::Piece and Time::Seconds are not bad. Looks like Date::ICal has support for more complex date math.
-- Works outside of epoch times. Date::ICal does this.
-- Simple date parsing. Time::Piece->strptime plus the functionality of Date::Parse would be good.
-- Complex date parsing. Date::Man
Re:Date::ICal + Time::Piece? (Score:2)
I think that this is a great idea, overall. My only requests would be that a) the different functionalities be in related modules, so that you only load what you need; and b) that it be fast -- very fast.
Perhaps you should start a project or at least a discussion list of some kind so that interested parties can contribute and collaborate on a design spec? I'd sign up. Hopefully Matts would have time to participate, too!
--David
Re:Date::ICal + Time::Piece? (Score:1)
This was already tried a while ago and it didn't go over well.
Review the archive of datetime@perl.org:
http://archive.develooper.com/datetime@perl.org/ [develooper.com]
-- tex
Reply to This
Parent
Re:Date::ICal + Time::Piece? (Score:2)
I think Rich was just too damn nice about the whole thing. Anyway, I just posted a new proposal to that mailing list, so anyone interested should sign up.