v.19.11Improvement
Use UTC as Default Timezone on a System Without Tzdata (e.g
UseUTCas default timezone on a system withouttzdata(e.g. bare Docker container). Before this patch, error messageCould not determine local time zonewas printed and server or client refused to start. #5827 (alexey-milovidov)
Why it matters
Previously, on systems without timezone data, ClickHouse failed to start with the errorCould not determine local time zone. This feature ensures that the server and client can start reliably by defaulting to UTC, improving usability in minimal or containerized environments.How to use it
No explicit action is needed. ClickHouse will automatically use theUTC timezone if the system lacks timezone data (tzdata), allowing it to start without errors.