I have an issue with the date creation. The php server settings for timezone : by using the date_default_timezone_get() php function, refers to UTC whereas the MSQL query for timezone i.e @@system_time_zone is referring to MST. It is a shared server, so I will not be able to make changes in the my.conf file on the server.
I want the date to be in UTC format, How do I go about making changes on the mysql server so that the Now() function and CURRENT_TIMESTAMP returns date values wrt UTC.