Hi Matt, [snipped] > > My bad! Sorry about that. > > Although, I was referring to *all* event modules, or modules > that return sets, not just DTE::Sunset. I'm not sure if there are any > other modules that drop into UTC mode by default, however.
I think this would depend on the function of the module. I took a quick look at the easter module. Rich has: return DateTime->new(year=>$year, month=>$month, day=>$day); notice he is not setting the time zone, not that it matters since it is only year,month, day no need to set the time zone. However, for sunrise/set it matters a great deal since all of the calculations depend on UTC time. As for sunrise it's up to the group as to what to do. [see my other post on this] Thanks Ron Hill