We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db5d825 + f08257b commit 698706dCopy full SHA for 698706d
openapi_core/schema/schemas/util.py
@@ -23,4 +23,4 @@ def format_date(value):
23
24
def format_datetime(value):
25
timestamp = strict_rfc3339.rfc3339_to_timestamp(value)
26
- return datetime.datetime.fromtimestamp(timestamp)
+ return datetime.datetime.utcfromtimestamp(timestamp)
0 commit comments