erintheunready / ComicControl

The main repo for ComicControl Development.
25 stars 8 forks source link

[Feature] Have Installation Wizard default to server timezone #29

Open JulianWebb opened 2 years ago

JulianWebb commented 2 years ago

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.