You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In reality we should shange the code, here the error we see
../../../../ENVx/lib/python3.12/site-packages/dateutil/tz/tz.py:37
/home/green/ENVx/lib/python3.12/site-packages/dateutil/tz/tz.py:37: DeprecationWarning: datetime.datetime.utcfromtimestamp() is deprecated and scheduled for removal in a future version. Use timezone-aware objects to represent datetimes in UTC: datetime.datetime.fromtimestamp(timestamp, datetime.UTC).
EPOCH = datetime.datetime.utcfromtimestamp(0)
dateutil is using deprectaed tz.
We either weit for dateutil to fix this or at one point just not using it
for now ew added to ignore the warnin in the pytests
The text was updated successfully, but these errors were encountered: