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! Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.