cmprovision
cmprovision copied to clipboard
Set application timezone to automatically match the system's timezone
This change updates the 'timezone' configuration in config/app.php to use the system's default timezone. It dynamically fetches the current system timezone using date_default_timezone_get(), ensuring that the application's time-related functions are aligned with the server's timezone settings.