Replace the deprecated call to datetime.utcnow()
with datetime.now(tz.utc)
#196
Merged
kislyuk merged 1 commit intokislyuk:developfrom iyuepan:feature/replace_strftime_functionMar 10, 2024
+2-2
datetime.utcnow()
with datetime.now(tz.utc)
#196