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).Why it matters
Specifying time zones for theTime 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 theTime type. Simply declare columns using Time without any time zone arguments.