Attilitus Posted January 30, 2007 Share Posted January 30, 2007 I was just wondering how universal the php time() function was between different servers. I am planning to write a syncing scripts which will require a fairly exact comparison of the local server time with an external server's time using the PHP time() function. Is there slight variation possible? (If so, in what magnitude?) Or is this something that is fairly user configurable. I am not very knowledgable with the "backend" of php, so any information would be greatly appreciated. Thanks! Link to comment https://forums.phpfreaks.com/topic/36330-how-universal-is-the-time-php-function/ Share on other sites More sharing options...
Jessica Posted January 30, 2007 Share Posted January 30, 2007 If the server's times are different, time() will be different. Link to comment https://forums.phpfreaks.com/topic/36330-how-universal-is-the-time-php-function/#findComment-172738 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.