weldonj Posted February 1, 2008 Share Posted February 1, 2008 I have a script that calls last modified and the current time. When first uploaded the current time is always like 46 seconds ahead of the getlastmod(); echo "Last modified: " . date ("F d Y H:i:s.", getlastmod()); echo "Last modified: " . date ("F d Y H:i:s.", time()); the getlastmod will be in the future? Is this a bug? Quote Link to comment https://forums.phpfreaks.com/topic/88962-getlastmod-is-a-46-seconds-ahead-of-current-time/ Share on other sites More sharing options...
trq Posted February 1, 2008 Share Posted February 1, 2008 Can wee see an example of your output? Its working fine for me. Quote Link to comment https://forums.phpfreaks.com/topic/88962-getlastmod-is-a-46-seconds-ahead-of-current-time/#findComment-455692 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.