Home
last modified time | relevance | path

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

/PHP-5.5/ext/openssl/
H A Dopenssl.c659 struct tm thetime; in asn1_time_to_time_t() local
686 memset(&thetime, 0, sizeof(thetime)); in asn1_time_to_time_t()
692 thetime.tm_sec = atoi(thestr); in asn1_time_to_time_t()
695 thetime.tm_min = atoi(thestr); in asn1_time_to_time_t()
698 thetime.tm_hour = atoi(thestr); in asn1_time_to_time_t()
701 thetime.tm_mday = atoi(thestr); in asn1_time_to_time_t()
711 if (thetime.tm_year < 68) { in asn1_time_to_time_t()
712 thetime.tm_year += 100; in asn1_time_to_time_t()
720 thetime.tm_isdst = -1; in asn1_time_to_time_t()
721 ret = mktime(&thetime); in asn1_time_to_time_t()
[all …]

Completed in 19 milliseconds