diff --git a/run.php b/run.php index 2fcd4b5..8e53a0e 100644 --- a/run.php +++ b/run.php @@ -1,4 +1,6 @@ processXMLOrders()) { unlink($lockFile); - file_put_contents(__DIR__ . "/logs/sync.log", date('Y-m-d H:i:s')); + file_put_contents(__DIR__ . "/logs/sync.log", $startTime); } \ No newline at end of file