Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configurable timezone #67

Open
jtdroste opened this issue Apr 19, 2014 · 0 comments
Open

Configurable timezone #67

jtdroste opened this issue Apr 19, 2014 · 0 comments

Comments

@jtdroste
Copy link

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:

  1. Modify settings.php to include a section called timezone. Put all the timezones in there (get it from timezone_identifiers_list)

  2. When writing to config.php, add date_default_timezone_set('$_POST['timezone']'); to the top of it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants