Searched refs:cert_time (Results 1 – 3 of 3) sorted by relevance
1449 def cert_time_to_seconds(cert_time): argument1468 month_number = months.index(cert_time[:3].title()) + 11471 'format "%%b%s"' % (cert_time, time_format))1474 tt = strptime(cert_time[3:], time_format)
402 .. function:: cert_time_to_seconds(cert_time)404 Return the time in seconds since the Epoch, given the ``cert_time``
1065 self.assertEqual(ssl.cert_time_to_seconds(cert_time=timestring), ts)