Home | History | Annotate | Download | only in webob

Lines Matching full:utcnow

780             max_age = expires - datetime.utcnow()
930 self.expires = datetime.utcnow()
932 self.last_modified = datetime.utcnow()
937 self.expires = datetime.utcnow() + timedelta(seconds=seconds)