Re: Did April go missing in Asia/Amman?
[email protected] (Eric Brine) Sun, 24 Apr 2016 13:11:18 -0400
| Newsgroups | perl.datetime |
|---|---|
| Message-ID | <CALJW-qGg8Mg2vZRY--ugbghKbBUVKLVX0Wm3Raz=tk7JmDz5pA@mail.gmail.com> |
Released DateTimeX::Start to cpan http://search.cpan.org/perldoc?DateTimeX::Start On Sat, Apr 23, 2016 at 5:29 PM, Eric Brine <[email protected]> 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 <[email protected]> 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 >> > >