ioos / erddapy

Python interface for ERDDAP
https://ioos.github.io/erddapy/
BSD 3-Clause "New" or "Revised" License
76 stars 30 forks source link

Fix datetime deprecation in Python >=3.11 #328

Closed ocefpaf closed 6 months ago

ocefpaf commented 8 months ago

datetime.utcnow() is deprecated in lieu from datetime.datetime.now(datetime.UTC).