v.20.11New Feature

Added date_time_output_format setting

Added setting date_time_output_format. #15845 (Maksim Kita).
Added a new setting date_time_output_format to customize the format of date and time output in ClickHouse.

Why it matters

This feature allows users to control how date and time values are formatted when retrieved from ClickHouse, improving flexibility and readability according to user preferences or application requirements.

How to use it

Set the date_time_output_format setting to the desired format string before running queries. This can be done globally, per session, or within a specific query using the SET command.