Re: Quick Fix for DateTime::Format::W3CDTF

2006-03-04 Thread kellan
original module, which has subsquently been rolled into D::F::Builder. Is there a way to flag a module as superseded/deprecated? Thanks -kellan

Re: Best practices - DateTime vs Database question

2006-01-17 Thread kellan
timezone math. Use DateTime.pm for that. -kellan

Re: Storing recurrences in a SQL DBMS?

2005-04-29 Thread kellan
reason why its hard to ever come up with an elegant, purely rule based recurrence representation. For events involving humans its inevitable that sometimes this month's occurrence will get cancelled or re-scheduled. -kellan

rata die to gregorian?

2005-03-24 Thread kellan
-kellan -- we reject kings, presidents and voting. we believe in rough consensus and running code. [david clark (MIT)]

Re: threaded list archive?

2003-11-23 Thread kellan
help (pretty sure I still have access). But someone would have to deploy it. kellan

threaded list archive?

2003-11-21 Thread kellan
to catch up on issues like the timezone memory usage question. Is there any chance of getting the archives.develooper.com fixed? Anything one could do to help? A low threshold solution would be to just start using mail-archive.org, but then we would lose considerable history. thanks kellan -- we

Re: Announce: DateTime::Format::Builder 0.22 (pre)

2003-03-20 Thread kellan
. kellan On Fri, 21 Mar 2003, Iain 'Spoon' Truskett wrote: Morning all, Wander over to http://perl.dellah.org/modules/ and have a look at DateTime::Format::Builder. It's not finished. The docs need work, it needs more tests, and it's missing some features. (And the tests to test

Re: DateTime bug default timezone

2003-03-01 Thread kellan
. kellan

Re: datetime::format::w3cdtf

2003-02-19 Thread kellan
a Format object, in which case it would be nice to make sure that the blessed ref we're dealing is indeed a descendent of Format. (just an example) kellan -- the truth is always revolutionary [antonio gramsci] [EMAIL PROTECTED]

datetime::format::w3cdtf

2003-02-18 Thread kellan
; } but that makes it impossible to use can() ) Are you interested in having this (and this sort of thing) checked into the perl-date-time project on Sourceforge, or maintained separately? kellan -- the truth is always revolutionary [antonio gramsci] [EMAIL PROTECTED]

Re: DateTime in XS

2003-02-15 Thread kellan
acceptance? I think ideally DateTime could be treated as a base Perl data type, but I worry about module authors adopting it for internal use if it adds an XS dependency. At least until DT ships in the core. Might it be possible to learn something from the way XML::SAX offers a PurePerl impl? kellan

Re: make epoch() timezone aware, patch

2003-02-13 Thread kellan
in these situations you would use timelocal() but timelocal() assumes the values you are passing are in the systems localtime and doesn't provide an API to override that assumption. Kellan -- the truth is always revolutionary [antonio gramsci] [EMAIL PROTECTED]

make epoch() timezone aware, patch

2003-02-12 Thread kellan
there might be a more elegant solution I'm not seeing. kellan -- the truth is always revolutionary [antonio gramsci] [EMAIL PROTECTED] diff -Naur DateTime/DateTime.pm DateTime_epoch_tz/DateTime.pm --- DateTime/DateTime.pm2003-02-13 06:47:23.0 + +++ DateTime_epoch_tz/DateTime.pm

support timezone 'Z', patch

2003-02-12 Thread kellan
for this amazing module. kellan 1. http://www.w3.org/TR/NOTE-datetime -- the truth is always revolutionary [antonio gramsci] [EMAIL PROTECTED] diff -Naur DateTime/TimeZone.pm DateTime_Z/TimeZone.pm --- DateTime/TimeZone.pm2003-02-13 06:57:56.0 + +++ DateTime_Z/TimeZone.pm 2003