v.25.12New Feature

As Time and Time64 data types are

As Time and Time64 data types are production ready, the setting enable_time_time64_type is now enabled by default. #89345 (Yarik Briukhovetskyi).
The Time and Time64 data types in ClickHouse are now production ready, and the setting enable_time_time64_type is enabled by default.

Why it matters

This change marks the Time and Time64 data types as stable and production-ready, allowing users to rely on these types without needing to manually enable them via settings. It simplifies configuration and ensures better default behavior for time-related data handling.

How to use it

Since enable_time_time64_type is enabled by default, users can immediately use the Time and Time64 data types in their tables and queries without any additional configuration or settings changes.