This commit is contained in:
xdrm-brackets 2017-09-12 22:14:02 +02:00
parent c15d6becfd
commit 460be13087
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@
/* [3] Convert to UTC (+0)
=========================================================*/
/* (1) Get local timezone */
$tz = date_default_timezone_get();
$tz = 'Europe/Paris';
/* (2) Get timezone offset */
$tz_offset = get_timezone_offset($tz);