Searched defs:strptime (Results 1 - 4 of 4) sorted by relevance

/external/libvncserver/utils/
H A Dgit2cl.pl7 # * implements strptime()
69 sub strptime { subroutine
313 @date = strptime($1);
/external/python/cpython2/Lib/
H A Dssl.py950 in ``"%b %d %H:%M:%S %Y %Z"`` strptime format (C locale).
957 from time import strptime namespace
972 tt = strptime(cert_time[3:], time_format)
/external/python/cpython3/Lib/
H A Ddatetime.py1713 def strptime(cls, date_string, format): member in class:datetime
1714 'string, format -> new datetime parsed from a string (like time.strptime()).'
H A Dssl.py1149 in ``"%b %d %H:%M:%S %Y %Z"`` strptime format (C locale).
1156 from time import strptime namespace
1171 tt = strptime(cert_time[3:], time_format)

Completed in 146 milliseconds