ReferenceSQL FunctionsDate and timecurrent_timezoneVersion: Preview-4.1On this pagecurrent_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 |+---------------------+