Get the value of the TIME_ZONE system variable. : Time zone « Date Time « SQL / MySQL






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>

   
    
    
    
  








Related examples in the same category

1.Check the time-zone
2.Change time zone for now
3.Time Zone Adjustments
4.Change time zone
5.Check the time zone