v.20.1Bug Fix
Fixed Timezone Preservation Issue in Arithmetic Expressions in ClickHouse
Fixed the issue: timezone was not preserved if you write a simple arithmetic expression liketime + 1(in contrast to an expression liketime + INTERVAL 1 SECOND). This fixes #5743. #9323 (alexey-milovidov). This issue was in all ClickHouse releases.