CC-3174 : showbuilder
forgot to return value, was getting NOW as the returned time instead.
This commit is contained in:
parent
99d3699e71
commit
20a82abb23
2 changed files with 3 additions and 3 deletions
|
@ -98,7 +98,7 @@ class Application_Model_Scheduler {
|
|||
//DateTime::createFromFormat("U.u") will have a problem if there is no decimal in the resulting number.
|
||||
$endEpoch = bcadd($startEpoch , (string) $durationSeconds, 6);
|
||||
|
||||
Logging::log("end DateTime created {$p_startDT->format("Y-m-d H:i:s.u")}");
|
||||
Logging::log("start DateTime created {$p_startDT->format("Y-m-d H:i:s.u")}");
|
||||
Logging::log("start epoch is {$startEpoch}");
|
||||
Logging::log("duration in seconds is {$durationSeconds}");
|
||||
Logging::log("end epoch is {$endEpoch}");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue