ReferenceSQL referenceSQL FunctionsDate and timecurrent_timezoneOn 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 |+---------------------+