Skip to content

Commit b8cabc0

Browse files
author
Scott Gorman
committed
Restore the original timezone setting after switching over to UTC.
2 parents b647cc6 + 17366c4 commit b8cabc0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Security/AppAuthenticator.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ private function setRefreshInterval($updateRefreshTokenInterval) {
105105
->setAccessTokenExpiration($accessTokenExpiration)
106106
->setRefreshTokenExpiration($refreshTokenExpiration);
107107

108+
108109
$this->log->info("Access Token Expiration - " . $this->refreshInterval->getAccessTokenExpiration()->format('Y-m-d H:i:s'));
109110
$this->log->info("Refresh Token Expiration - " .$this->refreshInterval->getRefreshTokenExpiration()->format('Y-m-d H:i:s'));
110111
date_default_timezone_set($existingTimezone);

0 commit comments

Comments
 (0)