Tagged Questions
1
vote
1answer
109 views
How can I change the timezone in MySQL?
In a MySQL DB, I have two varchar fields. One is for date and one is for time. I need to change the time from CST to GMT. In MySQL how do we convert the combination of these date and time fields from ...