Home
last modified time | relevance | path

Searched refs:etc_utc (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/tzcode/
Dlocaltime.c73 static char const etc_utc[] = "Etc/UTC"; variable
74 static char const *utc = etc_utc + sizeof "Etc/" - 1;
1422 if (tzload(etc_utc, sp, true) != 0) in gmtload()