From 1ca9689b306052ba6bec59db0435ad65d619cfb1 Mon Sep 17 00:00:00 2001 From: Agent Date: Sun, 7 Jun 2026 06:27:17 -0400 Subject: [PATCH] Change default timezone to America/Santo_Domingo --- config/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.php b/config/config.php index f028e7d..2ef0f40 100755 --- a/config/config.php +++ b/config/config.php @@ -8,7 +8,7 @@ return [ 'env' => $_ENV['APP_ENV'] ?? 'production', 'debug' => filter_var($_ENV['APP_DEBUG'] ?? false, FILTER_VALIDATE_BOOLEAN), 'url' => $_ENV['APP_URL'] ?? 'http://localhost', - 'timezone' => $_ENV['APP_TIMEZONE'] ?? 'UTC', + 'timezone' => $_ENV['APP_TIMEZONE'] ?? 'America/Santo_Domingo', ], 'database' => [