Searched refs:tz (Results 1 – 3 of 3) sorted by relevance
31 char *tz = NULL; in test_asn1_string_to_time_t() local63 tz = getenv("TZ"); in test_asn1_string_to_time_t()64 if (tz != NULL) { in test_asn1_string_to_time_t()65 tz = OPENSSL_strdup(tz); in test_asn1_string_to_time_t()66 if (tz == NULL) { in test_asn1_string_to_time_t()75 if (tz != NULL) { in test_asn1_string_to_time_t()76 setenv("TZ", tz, 1); in test_asn1_string_to_time_t()77 OPENSSL_free(tz); in test_asn1_string_to_time_t()
571 int64_t tz; in i2r_OSSL_TIME_SPEC() local574 if (ASN1_INTEGER_get_int64(&tz, time->timeZone) != 1) in i2r_OSSL_TIME_SPEC()576 if (BIO_printf(out, "%*sTimezone: UTC%+03lld:00\n", indent, "", (long long int)tz) <= 0) in i2r_OSSL_TIME_SPEC()
12488 *Götz Babin-Ebell <babin-ebell@trustcenter.de> via Richard Levitte*13858 *Götz Babin-Ebell <babinebell@trustcenter.de>*
Completed in 40 milliseconds