Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm saving courses records in database in GMT0 format. Now a user with GMT +5:30 is visiting the site and searches for the courses, now in this case how to write the query to get the correct results and to show the time in GMT+5:30 format.

Similarly I've to take care with all the GMT as we've GMT selection while creating the user profile and have to display the all the timings in the their respective GMT format. Also while saving the data in GMT0 format.

Is there any built in function in the mysql engine to write query directly by taking care of GMT without any processing of the results.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.