We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed861e commit d41486aCopy full SHA for d41486a
nuclia/lib/nua_chat.py
@@ -58,7 +58,7 @@ def _parse_token(token: str):
58
if token_expire_ts >= 32536850400:
59
# sc-11523
60
token_expire_ts = 32536850399
61
-
+
62
expiration_date = datetime.fromtimestamp(token_expire_ts, tz=timezone.utc)
63
return regional_url, expiration_date
64
0 commit comments