Open
Description
.venv/lib/python3.12/site-packages/luigi/parameter.py:408
/workspaces/.venv/lib/python3.12/site-packages/luigi/parameter.py:408: 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).
_UNIX_EPOCH = datetime.datetime.utcfromtimestamp(0)
Would be nice to remove this warning, but I'm aware that this might break backwards compatibility if people rely on a naive date.
Metadata
Metadata
Assignees
Labels
No labels