We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b42d8a1 commit f1ccf60Copy full SHA for f1ccf60
lib/Resque/Worker.php
@@ -454,7 +454,7 @@ public function workerPids()
454
public function registerWorker()
455
{
456
Resque::redis()->sadd('workers', (string)$this);
457
- Resque::redis()->set('worker:' . (string)$this . ':started', strftime('%a %b %d %H:%M:%S %Z %Y'));
+ Resque::redis()->set('worker:' . (string)$this . ':started', date('c'));
458
}
459
460
/**
0 commit comments