fix: add UTC

This commit is contained in:
2025-12-13 17:27:53 +03:30
parent e0ade2d748
commit 4fbb325d7d
+1 -1
View File
@@ -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}");