datetime.perl.org

2003-03-19 Thread Dave Rolsky
I've finally put something useful up there. Thanks very much to Rick Measham for the design. One thing to note is that the developers section contains guidelines for developing a DateTime::Calendar module, which is something a couple folks have asked me about in the past. -dave

proposal for DateTime::Astro::Sunrise

2003-03-19 Thread Hill, Ronald
Hi All, I have been working converting my Astro::Sunrise perl module over to use the DateTime API. Does the name DateTime::Astro::Sunrise sound good? I have set the initial version to 0.01_01. Does anyone object to the name or version? Please let me know. Thanks Ron Hill

Re: datetime.perl.org

2003-03-19 Thread Rick Measham
At 12:02 PM -0600 19/3/03, Dave Rolsky wrote: I've finally put something useful up there. Thanks very much to Rick Measham for the design. Don't thank me, the design is not my design at all! All it seems I've done is supply the graphics for the page. The final page you've created looks nothing

Re: ANNOUNCE: DateTime::Format::MySQL 0.01

2003-03-19 Thread Joshua Hoblitt
This formats and parses MySQL date and time related data types. I had actually started working on this Sunday and got side tracked after implementing just the Mysql Datetime format. :) It seems like theres going to be a lot of almost identical modules Format::ICal, Format::W3CDTF, etc. That

Re: ANNOUNCE: DateTime::Format::MySQL 0.01

2003-03-19 Thread Iain 'Spoon' Truskett
* Joshua Hoblitt ([EMAIL PROTECTED]) [20 Mar 2003 10:40]: [...] I'm wondering if maybe we need a DateTime::Format::Custom or maybe just a DateTime::Format as a base class ? That you give a DateTime::Format::ICal::valid_formats style definition too. DateTime::Format::(Builder|Generic|Factory)

Re: ANNOUNCE: DateTime::Format::MySQL 0.01

2003-03-19 Thread Joshua Hoblitt
I like it. Need a formatter too though. e.g. strftime = %c strftime = sub { shift-datetime } I think we can come up with a better name then strftime. Maybe keep it around as an alias for historical reasons? I like the the strftime style syntax though. -J __

Re: Generic and multi parsers (was: ANNOUNCE: DateTime::Format::MySQL 0.01)

2003-03-19 Thread Iain 'Spoon' Truskett
* Dave Rolsky ([EMAIL PROTECTED]) [20 Mar 2003 16:43]: On Thu, 20 Mar 2003, Iain 'Spoon' Truskett wrote: [...] DateTime::Format::(Builder|Generic|Factory) (I forget what the patterns folk are into these days) I think it'd be Builder, since what it should probably do is construct methods