set date timezone to UTC by default
This commit is contained in:
parent
5c9dfc12a1
commit
b79b554440
@ -1,4 +1,6 @@
|
||||
<?php
|
||||
|
||||
date_default_timezone_set('UTC');
|
||||
|
||||
function date_strformat($format, $timestamp=0) {
|
||||
global $lang;
|
||||
|
Loading…
x
Reference in New Issue
Block a user