(20241126) Message-listing done.
This commit is contained in:
@@ -307,6 +307,7 @@ class GoogleOAuth(OAuthBase):
|
||||
credentials.expiry,
|
||||
timezone = date_time.TIMEZONE_UTC
|
||||
)
|
||||
print("EXP. AT:", expires_at)
|
||||
|
||||
# Return the assessment based on the evaluation with the timezone considered:
|
||||
return True if date_time.get_current_utc_date_time() >= expires_at else False
|
||||
|
||||
Reference in New Issue
Block a user