v.20.3Improvement
HTTP Responses to Include X-ClickHouse-Timezone Header
From now on, HTTP responses will haveX-ClickHouse-Timezoneheader set to the same timezone value thatSELECT timezone()would report. #9493 (Denis Glazachev)
Why it matters
This feature provides clients with explicit information about the server's timezone setting, matching the value returned by the SQL functionSELECT timezone(). It helps users and applications understand how datetime values are handled and interpreted, improving transparency and easing troubleshooting related to timezone configurations.How to use it
When making HTTP requests to ClickHouse, check theX-ClickHouse-Timezone header in the HTTP response to see the current timezone setting used by the server, which corresponds to the output of SELECT timezone().