We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd72060 commit ad724e7Copy full SHA for ad724e7
src/Cas/Protocol/Cas20.php
@@ -150,7 +150,7 @@ public function getValidateSuccessResponse(string $username): AuthenticationSucc
150
}
151
152
$attributes = new Attributes(
153
- new AuthenticationDate(gmdate('Y-m-d\TH:i:s\Z', time())),
+ new AuthenticationDate(new DateTimeImmutable('now')),
154
new LongTermAuthenticationRequestTokenUsed('true'),
155
new IsFromNewLogin('true'),
156
$attr,
0 commit comments