Home | History | Annotate | Download | only in testutil

Lines Matching refs:tz

31     char *tz = NULL;
62 tz = getenv("TZ");
63 if (tz != NULL) {
64 tz = OPENSSL_strdup(tz);
65 if (tz == NULL) {
70 setenv("TZ", "UTC", 1);
74 if (tz != NULL) {
75 setenv("TZ", tz, 1);
76 OPENSSL_free(tz);
78 unsetenv("TZ");