I'm having problems with this SELECT
sentence WHERE
:
WHERE event.date >= CURDATE() AND event.hour >= CURTIME()
I want to get the next events in my MySQL table, but I can't do that when my computer (as the server, or using an outside server) is between 12h00 And 00h00. Something like 6pm, it doesn't work, but when it's on 1am it's working.
Any ideas?