Lines Matching defs:datetime
26 import datetime
371 # compute last modification datetime for browser cache tests
372 last_modif = datetime.datetime.fromtimestamp(mtime,
373 datetime.timezone.utc)
561 new_dt = self.last_modif_datetime + datetime.timedelta(hours=1)
571 # build datetime object : 365 days before last modification
572 old_dt = dt - datetime.timedelta(days=365)
598 """Checks that the datetime returned in Last-Modified response header
599 is the actual datetime of last modification, rounded to the second