Searched refs:oldDate (Results 1 – 1 of 1) sorted by relevance
277 def hasChanged( oldDate, newDate ): argument278 return newDate.Year > oldDate.Year or \279 newDate.Month > oldDate.Month or \280 newDate.Day > oldDate.Day or \281 newDate.Hours > oldDate.Hours or \282 newDate.Minutes > oldDate.Minutes or \283 newDate.Seconds > oldDate.Seconds or \284 newDate.HundredthSeconds > oldDate.HundredthSeconds