From f4963c78d25f3d892c9bdc7fc65ce5b54b4636a8 Mon Sep 17 00:00:00 2001 From: Roland Schneider Date: Fri, 1 Jan 2016 21:18:06 +0100 Subject: [PATCH] change formatter timezone --- common/config/main.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/config/main.php b/common/config/main.php index 3dc1cda..b1ed419 100644 --- a/common/config/main.php +++ b/common/config/main.php @@ -24,8 +24,8 @@ return [ 'datetimeFormat' => 'yyyy.MM.dd HH:mm', 'timeFormat' => 'HH:mm', 'locale' => 'hu-Hu', - 'timeZone' => 'EUROPE/BUDAPEST', - 'defaultTimeZone' => 'EUROPE/BUDAPEST', + 'timeZone' => 'UTC', + 'defaultTimeZone' => 'UTC', 'nullDisplay' => "-", ], 'authManager' => [