Searched defs:time_str (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/e2fsck/
H A Dmessage.c215 const char * time_str; local
221 time_str = getenv("TZ");
222 if (!time_str)
223 time_str = "";
224 do_gmt = !strcmp(time_str, "GMT0");
227 time_str = asctime((do_gmt > 0) ? gmtime(&t) : localtime(&t));
228 printf("%.24s", time_str);

Completed in 99 milliseconds