amrmzkr
02/22/2024, 7:13 AMtimestamp out of range for platform time_t
error on the /auth/signinup in django
/home/amrmzkr/.local/lib/python3.9/site-packages/supertokens_python/framework/django/django_response.py, line 53, in set_cookie
secure: bool = False,
httponly: bool = False,
samesite: str = "lax",
):
self.response.set_cookie(
key=key,
value=value,
expires=datetime.fromtimestamp(ceil(expires / 1000)).strftime( …
"%a, %d %b %Y %H:%M:%S GMT"
),
path=path,
domain=domain,
secure=secure,
httponly=httponly,
localvars:
expires
4862185295065
the server is running on raspbery pi 3b+
any way to fix this?rp_st
02/22/2024, 4:50 PMrp_st
02/22/2024, 4:51 PM