Click here to Skip to main content
16,018,234 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have mysql database and has columns teamname,description,timestamp.Here timestamp is set to current_timestamp. So when any record is inserted timestamp is automatically added.

Now I want to convert this timestamp datatime which is in the format "2013-04-18 10:00:00" to "2013-04-18T10:00:00Z" i.e. to UTC.

Is there any way to do this in a select query of mysql that will give me result in this format.
Posted
Comments
Mohibur Rashid 23-Apr-13 3:49am    
you would find this link helpful
http://stackoverflow.com/questions/13941542/convert-date-to-utc-timestamp-in-mysql

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900