Home
last modified time | relevance | path

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

/openssl/test/testutil/
H A Dhelper.c31 char *tz = NULL; in test_asn1_string_to_time_t() local
63 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()
/openssl/crypto/x509/
H A Dv3_timespec.c571 int64_t tz; in i2r_OSSL_TIME_SPEC() local
574 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()
/openssl/
H A DCHANGES.md12488 *Götz Babin-Ebell <babin-ebell@trustcenter.de> via Richard Levitte*
13858 *Götz Babin-Ebell <babinebell@trustcenter.de>*

Completed in 40 milliseconds