Skip to content

Commit

Permalink
added missing timezone in test
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Dec 5, 2024
1 parent f7d908a commit b3b63c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
(b"3", "bytes_value", "bytes_type", b"3"),
(True, "bool_value", "bool_type", True),
(
datetime.datetime.fromtimestamp(timestamp),
datetime.datetime.fromtimestamp(timestamp, tz=datetime.timezone.utc),
"timestamp_value",
"timestamp_type",
dt_nanos_zero,
Expand Down

0 comments on commit b3b63c4

Please sign in to comment.