v.25.9Improvement

It's no longer possible

It's no longer possible to specify time zones for the Time type (it didn't make sense). #84689 (Yarik Briukhovetskyi).
Removed the ability to specify time zones for the Time data type in ClickHouse.

Why it matters

Specifying time zones for the Time type was logically inconsistent and unnecessary. This change eliminates confusion and enforces correct usage of the Time data type.

How to use it

Users should no longer specify a time zone when defining the Time type. Simply declare columns using Time without any time zone arguments.