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 a web designer and web developer your experience must have reached to new height, right? Further, you need to…
In today's digital landscape, timing is everything. Whether you're a social media manager, business owner, or content creator, the success…
Are you a website owner? Maintaining the website is the prime concern for any website owner. Yes, it’s equally important…
If you’ve planned to launch a WordPress website, you might get a question, “How do I log in to WordPress?”…
As the demand for virtual private servers (VPS) continues to grow, businesses and individuals are faced with a crucial decision:…