I have this query, how can in change the timezone to an indian timezone in this query
SELECT 'ENTRIES' as Module, concat(SUM(t.TotalEntry)) AS VAL
FROM fantasy.Game t
WHERE t.DateModified BETWEEN CONCAT(CURDATE(),' 00:00:01')
AND CONCAT(CURDATE(),' 10:00:00')