PHP Classes

Why are seconds ignored?

Recommend this page to a friend!

      tdCron  >  All threads  >  Why are seconds ignored?  >  (Un) Subscribe thread alerts  
Subject:Why are seconds ignored?
Summary:Seconds should factor into Next Prev run times
Messages:1
Author:Phil Jones
Date:2013-11-01 12:32:32
 

  1. Why are seconds ignored?   Reply   Report abuse  
Picture of Phil Jones Phil Jones - 2013-11-01 12:32:33
If you have a cron "* * * * *" and a ref time of H:M:30, it should have a prev run time of H:M:0 and a next run time of H:M+1:0, but your code ignores the seconds and Next/Prev run times are the same.