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

2006-03-04 Thread kellan
mount of confusion. There is my 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
one to UTC, and don't do anything in the database that requires timezone math. Use DateTime.pm for that. -kellan

Re: Storing recurrences in a SQL DBMS?

2005-04-29 Thread kellan
nce exceptions are one really good 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
agic? thanks -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
o make the change in CVS if that would help (pretty sure I still have access). But someone would have to deploy it. kellan

threaded list archive?

2003-11-21 Thread kellan
lt 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 k

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

2003-03-20 Thread kellan
, etc (corresponding format_) Good work. 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 doc

Re: DateTime bug & default timezone

2003-03-01 Thread kellan
dding date components the time stays the same. kellan

Re: datetime::format::w3cdtf

2003-02-19 Thread kellan
s email that strftime() could pontentially be passed 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
overriden"; } 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
way XML::SAX offers a PurePerl impl? kellan -- "we reject kings, presidents and voting. we believe in rough consensus and running code." [david clark (MIT)] [EMAIL PROTECTED]

Re: API for Format modules

2003-02-15 Thread kellan
ave a DateTime->format() method that can dispatch to a Format object, or strftime, and leave strftime alone. > Yes, the object for the iCal format is pointless, but I'd like to have the > same(-ish) API for all format modules. And its really not pointless. So its all good. kellan -- "the truth is always revolutionary" [antonio gramsci] [EMAIL PROTECTED]

Re: make epoch() timezone aware, patch

2003-02-13 Thread kellan
those values in local time) Often 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]

support timezone 'Z', patch

2003-02-12 Thread kellan
again 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 + +

make epoch() timezone aware, patch

2003-02-12 Thread kellan
teTime so 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 + +++

offset_as_string, a patch

2003-02-12 Thread kellan
hed a patch. Thanks, kellan -- "the truth is always revolutionary" [antonio gramsci] [EMAIL PROTECTED] diff -Naur DateTime/TimeZone.pm DateTime_abs/TimeZone.pm --- DateTime/TimeZone.pm2003-02-13 06:38:41.0 + +++ DateTime_abs/TimeZone.pm2003-02-13 06:39:29.

offset_as_seconds fix introduced new bug

2003-02-12 Thread kellan
constructor that expects a pre-calculated offset (e.g. OffsetOnly->from_seconds( $offset ) ) I would be happy to implement any of these, but as I'm just starting to work with DateTime don't really have a reccomendation. kellan 1. http:[EMAIL PROTECTED]/msg00927.html -- "the tr