Open JulianWebb opened 2 years ago
Currently the Installation Wizard defaults to Africa/Abidjan as it is the top-most entry in the list of timezones.
Africa/Abidjan
Use PHP's date_default_timezone_get() to check if the server has a timezone set and, if so, default to it in the timezone picker.
date_default_timezone_get()
Currently the Installation Wizard defaults to
Africa/Abidjan
as it is the top-most entry in the list of timezones.Suggestion
Use PHP's
date_default_timezone_get()
to check if the server has a timezone set and, if so, default to it in the timezone picker.