unix - Is Mysql now() timestamp pickups from server time -
does mysql have own timestamp or use system timestamp, because see dependency in timings:
datecommand on unix serverselect now()command on mysql server
these 2 show different times.
in normal, time zone mysql use system time zone. can check: in mysql
show variables '%time_zone%'; in linux command:
date in situations, server timezone vs mysql timezone different, please restart mysql.
Comments
Post a Comment