diff options
author | Iban Eguia <admin@razican.com> | 2012-06-09 23:52:27 +0200 |
---|---|---|
committer | Iban Eguia <admin@razican.com> | 2012-06-09 23:52:27 +0200 |
commit | e15e3dde9dca15e2d65f098010d3fb7004cef5e7 (patch) | |
tree | 26f06c9c26bbb2f54ae37727b6a6e549163f1d93 /index.php | |
parent | f5d1fd2ce8bfa049c8049184ac6d385d0f70fe29 (diff) |
Fixed timezone change in index.php
Now it does not ever change the local timezone, and it adds the option to get the 'local' time()
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -162,8 +162,6 @@ if (defined('ENVIRONMENT')) // END OF USER CONFIGURABLE SETTINGS. DO NOT EDIT BELOW THIS LINE // -------------------------------------------------------------------- -date_default_timezone_set('UTC'); - /* * --------------------------------------------------------------- * Resolve the system path for increased reliability |