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
INFO - Your credentials are still valid for 1813.178155 seconds they will expire at 2022-05-11 16:11:37
Which of course makes no sense since Your credentials are still valid contradicts expire at 2022-05-11 16:11:37 where at this point its over 30 mins in the past.
I'm assuming the issue is that exp is datetime naive and the expiration is returned in UTC. Which is used to calculate the seconds left correctly but forgets to use the client's timezone before logging.
I cannot explain why this:
this is the first time it has happened
a bug like this to already be open
especially since my timezone didn't change recently
The text was updated successfully, but these errors were encountered:
At on
2022-05-11 at 16:43 GMT+1
I receivedWhich of course makes no sense since
Your credentials are still valid
contradictsexpire at 2022-05-11 16:11:37
where at this point its over 30 mins in the past.aws-mfa/awsmfa/__init__.py
Line 263 in 5334deb
I'm assuming the issue is that
exp
is datetime naive and theexp
iration is returned inUTC
. Which is used to calculate the seconds left correctly but forgets to use the client's timezone before logging.I cannot explain why this:
especially since my timezone didn't change recently
The text was updated successfully, but these errors were encountered: