set date timezone to UTC by default

This commit is contained in:
Edoardo Vacchi 2013-11-27 18:08:43 +01:00
parent 5c9dfc12a1
commit b79b554440

View File

@ -1,4 +1,6 @@
<?php <?php
date_default_timezone_set('UTC');
function date_strformat($format, $timestamp=0) { function date_strformat($format, $timestamp=0) {
global $lang; global $lang;