My mysql query is as follows:
select * from orders
where orders
has created_at
field.
Now what i want is i want to convert created_at to 7 am of next day of created_at date . and the time created should be according to local timezone.
Is there a way to achieve it?
Note:: and orders table also has field timezone
which has values like Australia/Sydney , Asia/Kolkata etc.