Fixed timedate to 'Europe/Paris'
This commit is contained in:
parent
8a27539a7f
commit
333699c059
|
@ -14,6 +14,7 @@
|
|||
=========================================================*/
|
||||
$loader = new \Twig_Loader_Filesystem(__BUILD__.'/viewer/view');
|
||||
$twig = new \Twig_Environment($loader, []);
|
||||
$twig->getExtension('Twig_Extension_Core')->setTimezone('Europe/Paris');
|
||||
|
||||
|
||||
/* [2] Store variables
|
||||
|
|
Loading…
Reference in New Issue