fix: add UTC
This commit is contained in:
@@ -25,7 +25,7 @@ class SendDueReminders extends Command
|
|||||||
*/
|
*/
|
||||||
public function handle(): int
|
public function handle(): int
|
||||||
{
|
{
|
||||||
$now = now();
|
$now = now('UTC');
|
||||||
$currentTime = $now->toTimeString(); // HH:MM:SS
|
$currentTime = $now->toTimeString(); // HH:MM:SS
|
||||||
|
|
||||||
$this->info("Current time: {$now}");
|
$this->info("Current time: {$now}");
|
||||||
|
|||||||
Reference in New Issue
Block a user