suds-community / suds

Suds is a lightweight SOAP python client for consuming Web Services. A community fork of the jurko fork.
https://suds.readthedocs.io/
GNU Lesser General Public License v3.0
173 stars 56 forks source link

Replace deprecated datetime.utcnow() with datetime.now() #106

Closed swt2c closed 2 months ago

phillbaker commented 2 months ago

Thanks - it looks like this should be a drop in replacement since we're already making the timestamp timezone aware. Noting that our test coverage of this module is pretty thin, it'd be good to have better coverage to verify this change.