Matt Sisk wrote: > > So I have a couple of questions: > > 1) why isn't that method a mutator? just curious
There are no mutators in Date::Set, everything is "functional". ( Version 0.14 introduced a few mutators, but they were rolled back in version 0.15 ) > 2) are datetimes from other time zones converted to the DT::S default > time zone before computations are performed? No, but there are some guidelines on how to compute the resulting datetime: http://datetime.perl.org/developer/event.html - Flavio S. Glock
