Just learning MYSQL sorry and didn't find the answer from searching here as I am confused about timezones etc.
I have a table like the following;
- time (datetime type with time in my timezone in it - eg "2014-11-21 14:23:45")
- temp_c (double with temperature at that time)
The server is in a different timezone so I am getting mixed up in how to limit the rows to be sometime today.
So basically I want to find the maximum temperature so far today in my timezone and when it occured, as well as the minimum temperature and when that occured.