summaryrefslogtreecommitdiffstats
path: root/contrib/python/aiohttp
diff options
context:
space:
mode:
authorAlexSm <[email protected]>2024-01-04 15:09:05 +0100
committerGitHub <[email protected]>2024-01-04 15:09:05 +0100
commitdab291146f6cd7d35684e3a1150e5bb1c412982c (patch)
tree36ef35f6cacb6432845a4a33f940c95871036b32 /contrib/python/aiohttp
parent63660ad5e7512029fd0218e7a636580695a24e1f (diff)
Library import 5, delete go dependencies (#832)
* Library import 5, delete go dependencies * Fix yt client
Diffstat (limited to 'contrib/python/aiohttp')
-rw-r--r--contrib/python/aiohttp/aiohttp/cookiejar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/aiohttp/aiohttp/cookiejar.py b/contrib/python/aiohttp/aiohttp/cookiejar.py
index 0a2656634d1..fe0ef586a55 100644
--- a/contrib/python/aiohttp/aiohttp/cookiejar.py
+++ b/contrib/python/aiohttp/aiohttp/cookiejar.py
@@ -54,7 +54,7 @@ class CookieJar(AbstractCookieJar):
MAX_TIME = datetime.datetime.max.replace(tzinfo=datetime.timezone.utc)
- MAX_32BIT_TIME = datetime.datetime.utcfromtimestamp(2 ** 31 - 1)
+ MAX_32BIT_TIME = datetime.datetime(2038, 1, 19, 3, 14, 7)
def __init__(
self,