i
grep -B4 -A4 timezone /etc/clickhouse-server/preprocessed/config.xml
root@ubuntu-bionic:/etc/clickhouse-server# grep -B4 -A4 timezone /etc/clickhouse-server/preprocessed/config.xml
Please note, that server could display time zone alias instead of specified name.
Example: W-SU is an alias for Europe/Moscow and Zulu is an alias for UTC.
-->
<timezone>UTC</timezone>
<!-- You can specify umask here (see "man umask"). Server will apply it on startup.
Number is always parsed as octal. Default umask is 027 (other users cannot read logs, data files, etc; group can only read).
-->
root@ubuntu-bionic:/etc/clickhouse-server#