Skip to content

Commit 4cca4c7

Browse files
committed
Recover from failed merge conflict resolution
1 parent c8856f6 commit 4cca4c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Cron/Observer/ProcessCronQueueObserver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ protected function _runJob($scheduledTime, $currentTime, $jobConfig, $schedule,
376376
cli_set_process_title($this->originalProcessTitle . " # group: $groupId, job: $jobCode");
377377
}
378378

379-
$schedule->setExecutedAt(strftime('%Y-%m-%d %H:%M:%S', $this->dateTime->gmtTimestamp()));
379+
$schedule->setExecutedAt(date('Y-m-d H:i:s', $this->dateTime->gmtTimestamp()));
380380
$this->retrier->execute(
381381
function () use ($schedule) {
382382
$schedule->save();

0 commit comments

Comments
 (0)