mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-09-15 21:40:18 +02:00
Merge pull request #211 from MikeTralala/patch-1
The timezone should be system dependent
This commit is contained in:
commit
b2e066a8c7
4
bin/mage
4
bin/mage
@ -9,7 +9,9 @@
|
|||||||
* file that was distributed with this source code.
|
* file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
date_default_timezone_set('UTC');
|
if (empty(ini_get('date.timezone'))) {
|
||||||
|
date_default_timezone_set('UTC');
|
||||||
|
}
|
||||||
|
|
||||||
$baseDir = dirname(dirname(__FILE__));
|
$baseDir = dirname(dirname(__FILE__));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user