Mega Code Archive

 
Categories / MySQL / Date Time
 

Get the value of the TIME_ZONE system variable

mysql> mysql> SELECT @@TIME_ZONE; +-------------+ | @@TIME_ZONE | +-------------+ | +10:00      | +-------------+ 1 row in set (0.00 sec) mysql>