--- EV/EV.pm 2013/04/03 23:47:06 1.140 +++ EV/EV.pm 2013/10/22 10:43:05 1.141 @@ -684,7 +684,7 @@ my $hourly = EV::periodic 0, 3600, 0, sub { print "once/hour\n" }; That doesn't mean there will always be 3600 seconds in between triggers, -but only that the the clalback will be called when the system time shows a +but only that the the callback will be called when the system time shows a full hour (UTC). Another way to think about it (for the mathematically inclined) is that