From 004e4b07f10fdd2e9b2fbf4f7ad6560914b74266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Haudebourg?= Date: Thu, 19 Dec 2024 17:19:22 +0100 Subject: [PATCH] Update README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cecbb4230..306ae8106 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ pub struct MyCredentialSubject { let credential = ssi::claims::vc::v1::JsonCredential::::new( Some(uri!("https://example.org/#CredentialId").to_owned()), // id uri!("https://example.org/#Issuer").to_owned().into(), // issuer - DateTime::now(), // issuance date + DateTime::now().into(), // issuance date NonEmptyVec::new(MyCredentialSubject { name: "John Smith".to_owned(), email: "john.smith@example.org".to_owned()