Right now my query looks like this (relevant part):
UPDATE last_seen=NOW()
But it inserts a time which is 2 hours earlier than mine. Is there any way to adjust it?
Thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Set the timezone on your DB.. take a look this post.
https://stackoverflow.com/a/3451971/1227435
This is another great resource:
Having Timezone problems with PHP and MySQL