You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #139 revert unintended default UTC tz on expiresAt (jrushlow)
This PR was squashed before being merged into the master branch.
Discussion
----------
revert unintended default UTC tz on expiresAt
PR #135 inadvertently introduced a change where the token `$expiresAt` DateTimeImmutable instance was created without a timezone. (+00:00). This PR reverts that BC so that `$expiresAt` uses PHP's current time zone.
closes#138
Commits
-------
0b31d0a revert unintended default UTC tz on expiresAt
0 commit comments