Closed
Description
Thanks for reviewing and merging!
Good point on the serialization discrepancy. The major meaningful difference to me is that the sub-second portion of the datetime is discarded during serialization. But this probably doesn't matter most of the time.
Could be fixed by changing
https://github.com/stac-utils/stac-pydantic/blob/master/stac_pydantic/shared.py#L18
to include the %f
(microsecond) part.
DATETIME_RFC339 = "%Y-%m-%dT%H:%M:%S.%fZ"
Originally posted by @colecloudtostreet in #75 (comment)
Metadata
Metadata
Assignees
Labels
No labels