I'm using PHP with MySQL.
In the php code I set timezone using this function (date_default_timezone_set). But when I query and use timestamp or now() I get timestamp of server.
How to change mysql settings - so it won't user server clock?
Can I set timezone in MySQL?