1
0
Fork 0
mirror of synced 2024-05-20 20:52:36 +12:00

fix timezone offset

This commit is contained in:
Torsten Dittmann 2021-03-12 12:58:41 +01:00
parent 70935fe75b
commit e77280f67c
2 changed files with 2 additions and 1 deletions

View file

@ -27,6 +27,7 @@
## Bug Fixes
- Updated missing storage env vars
- Fixed a bug, that added a wrong timzone offset to user log timestamps
- Fixed a bug, that Response format header was not added in the access-control-allow-header list.
- Fixed a bug where countryName is unknown on sessions (#933)

View file

@ -94,7 +94,7 @@ $http->on('request', function (SwooleRequest $swooleRequest, SwooleResponse $swo
return;
}
$app = new App('America/New_York');
$app = new App('UTC');
try {
Authorization::cleanRoles();