Skip to content

Commit 068eb7a

Browse files
committed
fix datetime.now(utc)
1 parent 9d7a9df commit 068eb7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymdoccbor/mdoc/issuer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def new(
163163
revocation=revocation
164164
)
165165

166-
mso = msoi.sign(doctype=doctype, device_key=devicekeyinfo,valid_from=datetime.datetime.now(datetime. UTC))
166+
mso = msoi.sign(doctype=doctype, device_key=devicekeyinfo,valid_from=datetime.datetime.now(datetime.UTC))
167167

168168
mso_cbor = mso.encode(
169169
tag=False,

0 commit comments

Comments
 (0)