Home
last modified time | relevance | path

Searched refs:utc_string (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A Dtimemodule.c565 static const char *utc_string = NULL; variable
620 if (utc_string && strcmp(p->tm_zone, utc_string) == 0) {
621 p->tm_zone = utc_string;
2044 utc_string = tm.tm_zone;

Completed in 5 milliseconds