diff --git a/app/Console/Commands/SendDueReminders.php b/app/Console/Commands/SendDueReminders.php index b77c2f7..51dba5c 100644 --- a/app/Console/Commands/SendDueReminders.php +++ b/app/Console/Commands/SendDueReminders.php @@ -25,7 +25,7 @@ class SendDueReminders extends Command */ public function handle(): int { - $now = now(); + $now = now('UTC'); $currentTime = $now->toTimeString(); // HH:MM:SS $this->info("Current time: {$now}");