I have a problem with the time function in PHP.
It provides a different time.
For example, the current time in my PC is 10:00AM, it appears 5 hours late..
any thoughts?
Thanks in advance
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.
The server system is configured with the wrong timezone for your location. Fix that with
date_default_timezone_set.