Subject: | Calendar::Any::Util::Solar::_current_timezone subtle error |
_current_timezone() intends to calculate the offset of the local (non-DST)
timezone from UTC/GMT in minutes.
I was running into an off-by-one error with the Calendar::Any::Util::Solar
test for next_longitude_date(), and I suspect it's because of the way
_current_timezone() was implemented. (I am in the 'America/Los_Angeles'
time zone going by the Unix time zone database, and we are in the middle
of DST right now.)
I will attach a patch for my changes to _current_timezone(); I think it
makes the function work more the way it was intended, and in any case it
corrects the test error for me.
-LG