hyperledger-labs / did-webs-resolver

A reference implementation for the did:webs DID method specified here https://github.com/trustoverip/tswg-did-method-webs-specification. The original work for the reference impl started here https://github.com/WebOfTrust/did-keri-resolver
Apache License 2.0
11 stars 10 forks source link

fix: #72 fixed with datetime.timezone.utc #73

Closed kentbull closed 1 month ago

kentbull commented 4 months ago

This one line fix resolves the error mentioned in #72 . The UTC property is not exposed on the datetime module and using datetime.timezone.utc works for me.