Am looking for a way to store GMT timestamp in the table.
Currently I use something like UNIX_TIMESTAMP(NOW()). But this will depend on which server my script is installed. In order to make it server-time agnostic, I want to store it in GMT time. I do not have any control over the server settings (like my.inf).
Thank you for your time