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.
1 parent 06dbd8b commit cbbcf35Copy full SHA for cbbcf35
src/query_farm_airport_test_server/database_impl.py
@@ -527,7 +527,7 @@ def no_op_handler(table: pa.Table) -> pa.Array:
527
528
529
def time_handler(table: pa.Table) -> pa.Array:
530
- current_time = datetime.datetime.now(datetime.timezone.utc)
+ current_time = datetime.datetime.now(datetime.UTC)
531
return pa.array([current_time] * table.num_rows, type=pa.timestamp("us"))
532
533
0 commit comments