FreeOpcUa / opcua-asyncio

OPC UA library for python >= 3.7
GNU Lesser General Public License v3.0
1.11k stars 358 forks source link

deprecation: replce utcnow() with now(UTC) #1601

Closed oroulet closed 3 months ago

alexrudd2 commented 5 months ago

datetime.UTC is only available in Python 3.11

oroulet commented 5 months ago

datetime.UTC is only available in Python 3.11

yes I saw it. and I think someone else fixed it so I close that one

chrisjbremner commented 3 months ago

Can be closed because of https://github.com/FreeOpcUa/opcua-asyncio/pull/1661, right?