Possible Duplicate:
Add 2 hours to current time in MySQL?
My server is currently based on us eastern time, and as I am in the UK, I need to move this forward 6 hours.
When using NOW()
in mysql, i am getting the wrong time, is there anything I can add to NOW()
to bring it forward 6 hours?
Thanks