fixe tz
This commit is contained in:
parent
c15d6becfd
commit
460be13087
|
@ -245,7 +245,7 @@
|
||||||
/* [3] Convert to UTC (+0)
|
/* [3] Convert to UTC (+0)
|
||||||
=========================================================*/
|
=========================================================*/
|
||||||
/* (1) Get local timezone */
|
/* (1) Get local timezone */
|
||||||
$tz = date_default_timezone_get();
|
$tz = 'Europe/Paris';
|
||||||
|
|
||||||
/* (2) Get timezone offset */
|
/* (2) Get timezone offset */
|
||||||
$tz_offset = get_timezone_offset($tz);
|
$tz_offset = get_timezone_offset($tz);
|
||||||
|
|
Loading…
Reference in New Issue