Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

check mysql timezone

#The query below returns the timezone of the current session.

select timediff(now(),convert_tz(now(),@@session.time_zone,'+00:00'));
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #check #mysql #timezone
ADD COMMENT
Topic
Name
5+7 =