Home | History | Annotate | Download | only in tests

Lines Matching refs:gtm

130     struct tm gtm;
131 memset(&gtm, 0, sizeof(gtm));
132 strftime(timeZoneName, sizeof(timeZoneName), "%Z", &gtm);