in reply to
Possible bug (or my misconfiguration) in Date::EzDate 1.04?
It looks like a bug to me. Line 887 of EzDate.pm has a mysterious "+ 1":
$epoch_day_offset = ( ($date{'hour'}
+ 1
) * 60 * 60) + ($date{'min'} * 60) + $date{'sec'};
Comment on
Re: Possible bug (or my misconfiguration) in Date::EzDate 1.04?
In Section
Seekers of Perl Wisdom