Home
last modified time | relevance | path

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

/PHP-7.1/ext/openssl/
H A Dopenssl.c921 struct tm thetime; in asn1_time_to_time_t() local
951 memset(&thetime, 0, sizeof(thetime)); in asn1_time_to_time_t()
958 thetime.tm_sec = 0; in asn1_time_to_time_t()
960 thetime.tm_sec = atoi(thestr); in asn1_time_to_time_t()
964 thetime.tm_min = atoi(thestr); in asn1_time_to_time_t()
967 thetime.tm_hour = atoi(thestr); in asn1_time_to_time_t()
980 if (thetime.tm_year < 68) { in asn1_time_to_time_t()
981 thetime.tm_year += 100; in asn1_time_to_time_t()
989 thetime.tm_isdst = -1; in asn1_time_to_time_t()
990 ret = mktime(&thetime); in asn1_time_to_time_t()
[all …]

Completed in 17 milliseconds