Merge pull request #54210 from ClickHouse/fix-timezones-ci-logs

Fix timezones in the CI Logs database
This commit is contained in:
Alexey Milovidov 2023-09-03 04:58:43 +03:00 committed by GitHub
commit e7f674165a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -279,7 +279,7 @@ class CiLogsCredentials:
return ""
extra_columns = (
f"{pr_info.number} AS pull_request_number, '{pr_info.sha}' AS commit_sha, "
f"'{check_start_time}' AS check_start_time, '{check_name}' AS check_name, "
f"toDateTime('{check_start_time}', 'UTC') AS check_start_time, '{check_name}' AS check_name, "
f"'{get_instance_type()}' AS instance_type"
)
return (