Skip to main content
Version: Candidate-4.1

current_timezone

Obtains the current time zone and returns a value of the VARCHAR type.

Syntax​

VARCHAR CURRENT_TIMETIME()

Examples​

MySQL > select current_timezone();
+---------------------+
| current_timezone() |
+---------------------+
| America/Los_Angeles |
+---------------------+
Rocky the happy otterStarRocks Assistant

AI generated answers are based on docs and other sources. Please test answers in non-production environments.