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