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 |
+---------------------+