Hi everyone, I've been moving some of my websites to a new server but one thing I have noticed is as follows. Lets says site A has a front page of stories that were submitted 1 hour ago. well when I move the site to the new server and mysql database the story will say it was submitted a few seconds ago and the rss script thinks it's 5 hour until it has to run next. So if the script was supposed to be ran in 40 minutes (cron job) on the old server it will say it needs to run in 5 hours and 40 minutes on the new server. Once the 5 hours is caught up the script will start working again. What can be causing this?
May be due to time difference on the server.. ensure the date/time and the timezone is correct on both the servers.