Home | History | Annotate | Download | only in httplib2

Lines Matching refs:timegm

312         date = calendar.timegm(email.Utils.parsedate_tz(response_headers['date']))
325 freshness_lifetime = max(0, calendar.timegm(expires) - date)