From: Dan Untenzu Date: Wed, 22 Feb 2017 15:45:06 +0000 (+0100) Subject: [FEATURE] Set default timezone X-Git-Tag: 3.0.0~9 X-Git-Url: https://git.p6c8.net/jirafeau_project.git/commitdiff_plain/88441753d74d4be0535adcde63d343ae5e5a972c?ds=sidebyside;hp=88441753d74d4be0535adcde63d343ae5e5a972c [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 ---