Skip to content

fix(tools): pin TZ=UTC across ClickHouse experiment configs - #552

Merged
milindsrivastava1997 merged 1 commit into
mainfrom
pr514-tz-utc
Aug 20, 2026
Merged

fix(tools): pin TZ=UTC across ClickHouse experiment configs#552
milindsrivastava1997 merged 1 commit into
mainfrom
pr514-tz-utc

Conversation

@milindsrivastava1997

@milindsrivastava1997 milindsrivastava1997 commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Pin TZ=UTC in the ClickHouse, asap-planner, and query-engine docker-compose configs and remote-launch commands so naive datetime-string time literals in SQL queries parse identically everywhere (previously could silently disagree by the shell's local UTC offset vs. ClickHouse's UTC default).

Split out of #514, which mixed this with unrelated changes (sketch_parameters threading, init_sql_file rsync, clickhouse image_tag). Those are in #553.

🤖 Generated with Claude Code

Naive datetime-string time literals in SQL queries must parse
identically everywhere (previously could silently disagree by the
shell's local UTC offset vs. ClickHouse's UTC default). Pins TZ=UTC
in the ClickHouse, asap-planner, and query-engine docker-compose
configs and remote-launch commands.

Split out of #514.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@milindsrivastava1997
milindsrivastava1997 marked this pull request as ready for review August 20, 2026 13:39
@milindsrivastava1997
milindsrivastava1997 merged commit 40babd8 into main Aug 20, 2026
32 checks passed
@milindsrivastava1997
milindsrivastava1997 deleted the pr514-tz-utc branch August 20, 2026 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant