If your php script is not showing correct date and time then it means your script is using date and time zone configured on your server.
If you want to set your own date and time zone for your domain then it can be done in a very simple manner.
You will need to create php.ini in document root of your domain.
[root@Server ~]#nano php.ini
and enter following line.
date.timezone =Asia/Jakarta
save and exit from file.
Now create phpininfo page and open it in browser and you will see that date and time zone have been enabled.
Thanks
As the demand for virtual private servers (VPS) continues to grow, businesses and individuals are faced with a crucial decision:…
Web hosting is a large industry, as many other factors help any web hosting provider to form a company. The…
Welcome to the complete guide to WordPress security best practices in 2024. As technology evolves rapidly, implementing strong security measures…
Hey, wanted to learn about web hosting? Or do you want to start a new website and need hosting? Questions…
In today's digital world, the threat of DDoS attacks has become increasingly prevalent. These types of attacks have the power…