Searched refs:time2netscape (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_cookielib.py | 9 from cookielib import http2time, time2isoz, time2netscape 35 self.assertEqual(time2netscape(base), "Fri, 19-Apr-2002 14:36:40 GMT") 36 self.assertEqual(time2netscape(base+day), 39 self.assertEqual(time2netscape(base+2*day), 42 self.assertEqual(time2netscape(base+3*day), 45 az = time2netscape() 46 bz = time2netscape(500000) 518 from cookielib import time2netscape, CookieJar 522 future = time2netscape(time.time()+3600) 526 now = time2netscape(time.time()-1) [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_http_cookiejar.py | 10 from http.cookiejar import (time2isoz, http2time, iso2time, time2netscape, 37 self.assertEqual(time2netscape(base), "Fri, 19-Apr-2002 14:36:40 GMT") 38 self.assertEqual(time2netscape(base+day), 41 self.assertEqual(time2netscape(base+2*day), 44 self.assertEqual(time2netscape(base+3*day), 47 az = time2netscape() 48 bz = time2netscape(500000) 562 future = time2netscape(time.time()+3600) 566 now = time2netscape(time.time()-1) 1202 future = time2netscape(time.time()+3600)
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.0a3.rst | 69 Change time format returned by http.cookie.time2netscape, confirming the
|
D | 3.5.3rc1.rst | 1313 Change time format returned by http.cookie.time2netscape, confirming the
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.13rc1.rst | 631 Change time format returned by http.cookie.time2netscape, confirming the
|
/external/python/cpython2/Lib/ |
D | cookielib.py | 103 def time2netscape(t=None): function
|
/external/python/cpython3/Lib/http/ |
D | cookiejar.py | 105 def time2netscape(t=None): function
|
/external/python/cpython3/Misc/ |
D | HISTORY | 9915 - Issue #5537: Fix time2isoz() and time2netscape() functions of
|