Searched refs:oldDate (Results 1 – 1 of 1) sorted by relevance
284 def hasChanged( oldDate, newDate ): argument285 return newDate.Year > oldDate.Year or \286 newDate.Month > oldDate.Month or \287 newDate.Day > oldDate.Day or \288 newDate.Hours > oldDate.Hours or \289 newDate.Minutes > oldDate.Minutes or \290 newDate.Seconds > oldDate.Seconds or \291 newDate.HundredthSeconds > oldDate.HundredthSeconds