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
Due to growing digitalization, Email Communication has become the backbone of professional interactions. Yet, surprisingly, many professionals struggle to craft…
As the digital landscape continues to evolve, securing your website has never been more crucial. SSL, or Secure Sockets Layer,…
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…