Searched refs:cert_time_to_seconds (Results 1 – 5 of 5) sorted by relevance
1046 self.assertEqual(ssl.cert_time_to_seconds(timestring), timestamp)1050 ssl.cert_time_to_seconds(timestring)1065 self.assertEqual(ssl.cert_time_to_seconds(cert_time=timestring), ts)3004 before = ssl.cert_time_to_seconds(cert['notBefore'])3005 after = ssl.cert_time_to_seconds(cert['notAfter'])
1449 def cert_time_to_seconds(cert_time): function
1805 The :func:`~ssl.cert_time_to_seconds` function now interprets the input time2482 * The :func:`ssl.cert_time_to_seconds` function now interprets the input time
402 .. function:: cert_time_to_seconds(cert_time)414 >>> timestamp = ssl.cert_time_to_seconds("Jan 5 09:34:43 2018 GMT")
3823 ssl.cert_time_to_seconds() now interprets the given time string in the UTC