Website URL(aresto.page.gd)
I’m in Lomé, Africa, and I’ve noticed that when a customer places an order on the website, the time displayed is incorrect due to the time difference. I’ve already changed the PHP timezone, but the problem persists.
I’m in Lomé, Africa, and I’ve noticed that when a customer places an order on the website, the time displayed is incorrect due to the time difference. I’ve already changed the PHP timezone, but the problem persists.
You cannot change the timezone in MySQL. This is because such change cannot make in a single account — if you changed it to Africa then other users will all have the africa timezone.
This means that you cannot use the MySQL TIMESTAMP function to make timestamps. You must generate them from PHP.
I see thank you
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.