sql - change timezone mysql without root -
i have mysql database in free hosting web (because of can't set timezone). when make 'now()' sentence, shows me hour gmt+8, , need gmt+1.
are there way change or modify result without root access??
thank in advance , sorry english ;)
there 1 command set timezone in mysql set time_zone = '+05:30';
Comments
Post a Comment