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