Home | History | Annotate | Download | only in tests

Lines Matching refs:timeZoneName

129     char timeZoneName[70];
132 strftime(timeZoneName, sizeof(timeZoneName), "%Z", &gtm);
134 return 0 == strcmp("PST", timeZoneName);