mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 01:08:56 +00:00
Use 24 hour format for last_run_time
This commit is contained in:
+1
-1
@@ -342,7 +342,7 @@ class Binaries
|
||||
*/
|
||||
public function logIndexerStart(): void
|
||||
{
|
||||
Settings::query()->where('setting', '=', 'last_run_time')->update(['value' => date('Y-m-d h:m:s')]);
|
||||
Settings::query()->where('setting', '=', 'last_run_time')->update(['value' => date('Y-m-d H:m:s')]);
|
||||
/*$this->_pdo->queryExec("UPDATE settings SET value = NOW() WHERE setting = 'last_run_time'");*/
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user