Skip to content

Commit f1ccf60

Browse files
update the timestamp format in another location
1 parent b42d8a1 commit f1ccf60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Resque/Worker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ public function workerPids()
454454
public function registerWorker()
455455
{
456456
Resque::redis()->sadd('workers', (string)$this);
457-
Resque::redis()->set('worker:' . (string)$this . ':started', strftime('%a %b %d %H:%M:%S %Z %Y'));
457+
Resque::redis()->set('worker:' . (string)$this . ':started', date('c'));
458458
}
459459

460460
/**

0 commit comments

Comments
 (0)