Synchronize local application time on the internet

0

Hello.

I have an application that I'm building in cakephp. The application is showing the date and time on the page, but it is the computer time. How do I get the time of some server or internet link?

    
asked by anonymous 03.03.2016 / 20:14

1 answer

0

You can use the following PHP function to change the time zone: link

    
09.05.2016 / 18:37