I'm writing a query (MySQL) to retrieve particular data set by passing the 'date'. My database columns are set to local (Sri Lankan) date/time and the time I get from feeds are in UK time. My issue here is, if I passed the date '2015-04-30' and get the results, it will not show the result after 00:00 in local SL Time, but records are available as they are in UK time and should return those results.
What is the best approach to query or to sort out this date/time issue?