v.23.6New Feature
Add session_timezone setting for default timezone in sessions
Add setting session_timezone; it is used as the default timezone for a session when not explicitly specified. #44149 (Andrey Zvonov).Why it matters
This feature allows users to define a consistent default timezone for their sessions, ensuring query results and time-related functions behave predictably without needing to specify the timezone repeatedly in each query.How to use it
Set thesession_timezone setting at the beginning of the session or in the user profile configuration. This timezone will be used by default for any queries executed within that session unless explicitly overridden.