]> git.p6c8.net - jirafeau_project.git/commit
[FEATURE] Set default timezone
authorDan Untenzu <untenzu@webit.de>
Wed, 22 Feb 2017 15:45:06 +0000 (16:45 +0100)
committerJerome Jutteau <jerome.jutteau@outscale.com>
Thu, 23 Feb 2017 17:34:20 +0000 (18:34 +0100)
commit88441753d74d4be0535adcde63d343ae5e5a972c
tree80186fe612bf0d5244423141aa90b6ce19cd4599
parentcd09b476cbbfa8f90f0f86e67da5414d21c8ad10
[FEATURE] Set default timezone

Set UTC as default timezone for all date/time functions.

Dont rely on the servers timezone, since this timezone may
change on cloud hosts or may nit be set at all.

Using UTC is a best practice to avoid timezone issues etc.

Refs #73
lib/settings.php

patrick-canterino.de