JSON output format change for datetime
with V2?
#11141
-
This is currently not a problem, but I'm curious: with V2, the JSON output format for UTC |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
hi, can be helpful: |
Beta Was this translation helpful? Give feedback.
hi,
its about speedate which is datetime parsing logic for pydantic-core,
as speedate supports most common formats, the Z is preferred ~ (readability, compatibility, sticking to standards, performance etc.)
can be helpful:
why-not-full-iso8601
rfc3339-comparison-with-iso8601