Skip to content

Commit 05debc1

Browse files
authored
Merge fd788fe into 8afb530
2 parents 8afb530 + fd788fe commit 05debc1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

ydb/tests/fq/s3/test_format_setting.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2324,10 +2324,10 @@ def test_parquet_converters_to_date(self, kikimr, s3, client, unique_prefix):
23242324
def test_s3_push_down_parquet(self, kikimr, s3, client, unique_prefix):
23252325
data = [
23262326
[
2327-
int(datetime.fromisoformat("2024-06-17 00:00:00").timestamp() * 1000),
2328-
int(datetime.fromisoformat("2024-06-16 00:00:00").timestamp() * 1000),
2329-
int(datetime.fromisoformat("2024-06-15 00:00:00").timestamp() * 1000),
2330-
int(datetime.fromisoformat("2024-06-14 00:00:00").timestamp() * 1000),
2327+
int(datetime.fromisoformat("2024-06-17 00:00:00+00:00").timestamp() * 1000),
2328+
int(datetime.fromisoformat("2024-06-16 00:00:00+00:00").timestamp() * 1000),
2329+
int(datetime.fromisoformat("2024-06-15 00:00:00+00:00").timestamp() * 1000),
2330+
int(datetime.fromisoformat("2024-06-14 00:00:00+00:00").timestamp() * 1000),
23312331
],
23322332
['apple', "banana", "pineapple", "watermelon"],
23332333
]

0 commit comments

Comments
 (0)