(20241126) Message-listing done.

This commit is contained in:
2024-11-26 12:59:54 +05:30
parent a10120f45b
commit c5699de003
2 changed files with 137 additions and 11 deletions
+1
View File
@@ -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