Skip to content
Snippets Groups Projects
Commit 190eb8fb authored by Jeremy M Fee's avatar Jeremy M Fee
Browse files

Merge branch 'ws-utc-time' into 'master'

update pydantic utc string formatting

Closes #45

See merge request !122
parents 1df7cf2a 01e860f0
No related branches found
No related tags found
2 merge requests!146Release CMO metadata to production,!122update pydantic utc string formatting
Pipeline #66969 passed
......@@ -42,7 +42,7 @@ class UTCDateTimeError(PydanticValueError):
def format_utcdatetime(o: UTCDateTime) -> str:
return o.isoformat()
return o.strftime("%Y-%m-%dT%H:%M:%S.%fZ")
def parse_utcdatetime(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment