CHANGE__TimeZone_From_Uk_To_ASIA_kolkata__By__VADIVEL_J__2025-10-28_14:30

This commit is contained in:
vadivelJ96 2025-10-28 14:33:12 +05:30
parent 9708498fce
commit 5ca3f32f72

View File

@ -133,7 +133,7 @@ class App extends BaseConfig
* @see https://www.php.net/manual/en/timezones.php for list of timezones
* supported by PHP.
*/
public string $appTimezone = 'UTC';
public $appTimezone = 'Asia/Kolkata';
/**
* --------------------------------------------------------------------------