Home
last modified time | relevance | path

Searched refs:cert_time (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/
Dssl.py1449 def cert_time_to_seconds(cert_time): argument
1468 month_number = months.index(cert_time[:3].title()) + 1
1471 'format "%%b%s"' % (cert_time, time_format))
1474 tt = strptime(cert_time[3:], time_format)
/third_party/python/Doc/library/
Dssl.rst402 .. function:: cert_time_to_seconds(cert_time)
404 Return the time in seconds since the Epoch, given the ``cert_time``
/third_party/python/Lib/test/
Dtest_ssl.py1065 self.assertEqual(ssl.cert_time_to_seconds(cert_time=timestring), ts)