diff --git a/changelog.txt b/changelog.txt index ab4e3d2..d9dc945 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,5 @@ +-0.0.12 + - change formatter timezone -0.0.11 - add daily transfers - add global reception word listener 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' => [ diff --git a/common/config/params.php b/common/config/params.php index 2a10d8f..487f486 100644 --- a/common/config/params.php +++ b/common/config/params.php @@ -3,5 +3,5 @@ return [ 'adminEmail' => 'rocho02@gmail.com', 'supportEmail' => 'rocho02@gmail.com', 'user.passwordResetTokenExpire' => 3600, - 'version' => 'v0.0.11' + 'version' => 'v0.0.12' ];