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
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.
This one line fix resolves the error mentioned in #72 . The UTC property is not exposed on the
datetime
module and usingdatetime.timezone.utc
works for me.