You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
newer() was not working because the ftp.date was always 6 hours ahead of when it should be. I solved the issue by commenting out 'file.date = self.fixDate( file.date );'. Clearly the fixDate function is wrong in some way.
The text was updated successfully, but these errors were encountered:
newer() was not working because the ftp.date was always 6 hours ahead of when it should be. I solved the issue by commenting out 'file.date = self.fixDate( file.date );'. Clearly the fixDate function is wrong in some way.
The text was updated successfully, but these errors were encountered: