Standard practice is to store date and time as DATETIME type in the database. Don't convert it to a string until you need to display it to a human. In addition, saving in UTC will avoid lots of problems with timezones and daylight saving.
Show us your query and someone may have suggestions for improvement. See Wiki - how to post code on this forum.