The method "utcnow" in class "datetime" is deprecated
eliska-n opened this issue · 0 comments
eliska-n commented
Use timezone-aware objects to represent datetimes in UTC; e.g. by calling .now(datetime.UTC)
https://github.com/TeskaLabs/asab/blob/master/asab/api/service.py#L82
https://github.com/TeskaLabs/asab/blob/master/asab/api/log.py#L34
https://github.com/TeskaLabs/asab/blob/master/asab/api/log.py#L138
https://github.com/TeskaLabs/asab/blob/master/asab-manifest.py#L62