Released DateTimeX::Start to cpan http://search.cpan.org/perldoc?DateTimeX::Start
On Sat, Apr 23, 2016 at 5:29 PM, Eric Brine <ikeg...@adaelis.com> wrote: > Thanks! Yeah, knowing that, I can easily make my code only consider > minutes. I'll also incorporate your "rd" optimziation > > On Sat, Apr 23, 2016 at 5:16 PM, Zefram <zef...@fysh.org> wrote: > >> Eric Brine wrote: >> >Thanks. I'll study this. I didn't think dividing by 60, adding 60 and >> >subtracting 60 was safe before of leap seconds. >> >> POSIX time, what DateTime calls "epoch" time, doesn't count leap seconds. >> Each multiple of 60 corresponds to the top of a UTC minute. >> >> -zefram >> > >