Home
last modified time | relevance | path

Searched refs:usegmt (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/email/
Dutils.py124 def formatdate(timeval=None, localtime=False, usegmt=False): argument
163 if usegmt:
/external/python/cpython2/Doc/library/
Demail.util.rst84 .. function:: formatdate([timeval[, localtime][, usegmt]])
99 Optional *usegmt* is a flag that when ``True``, outputs a date string with the
/external/python/cpython2/Lib/
Durllib2.py1360 modified = email.utils.formatdate(stats.st_mtime, usegmt=True)
Durllib.py485 modified = email.utils.formatdate(stats.st_mtime, usegmt=True)
/external/python/cpython2/Lib/email/test/
Dtest_email_renamed.py2171 utils.formatdate(now, localtime=False, usegmt=True),
Dtest_email.py2254 Utils.formatdate(now, localtime=False, usegmt=True),
/external/python/cpython2/Misc/
DHISTORY2350 + email.Utils.formatdate() grew a 'usegmt' argument for HTTP support.