You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
How about we add configurable timezone to this script? Instead of relying on the host's timezone configuration, that is. I feel this should be a simple addition, all you would need to do is:
Modify settings.php to include a section called timezone. Put all the timezones in there (get it from timezone_identifiers_list)
When writing to config.php, add date_default_timezone_set('$_POST['timezone']'); to the top of it
The text was updated successfully, but these errors were encountered:
Hi,
How about we add configurable timezone to this script? Instead of relying on the host's timezone configuration, that is. I feel this should be a simple addition, all you would need to do is:
Modify settings.php to include a section called timezone. Put all the timezones in there (get it from timezone_identifiers_list)
When writing to config.php, add date_default_timezone_set('$_POST['timezone']'); to the top of it
The text was updated successfully, but these errors were encountered: