On Thu, 14 Aug 2003, Sam Vilain wrote:

>
>     A good point.  This is needed so that when we serialize DateTime
>     objects, we don't need to serialize the timezone object too.
>
> A good point - are you providing these methods for some of those
> `other' :) persistence tools ?
>
> Storable:
>
>     $dt->STORABLE_freeze
>     $dt->STORABLE_thaw

This exists.

> Pixie:
>
>     &DateTime::px_is_storable
>     $dt->px_freeze
>     $dt->px_thaw

This doesn't, but could probably share the same code as the Storable
hooks.


-dave

/*=======================
House Absolute Consulting
www.houseabsolute.com
=======================*/

Reply via email to