I am from India and My website server is located in UK. When ever I use the now() function in PHP, it takes the server time which is UK time. Also when I use the Query
"select * from tblAttendance where DATE(AttDate) =DATE(now()) Order by EmpID "
This takes the time from the Server, So for me to get the current date attendance I need to wait till 10:30 AM my time as only then its a new day as per the server time.
Any help would be great.
Thanks