cmprovision icon indicating copy to clipboard operation
cmprovision copied to clipboard

Set application timezone to automatically match the system's timezone

Open cl445 opened this issue 1 year ago • 0 comments

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.

cl445 avatar Feb 07 '24 14:02 cl445