Home
last modified time | relevance | path

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

/bionic/libc/tzcode/
Dprivate.h565 #ifndef EPOCH_LOCAL
566 # define EPOCH_LOCAL 0 macro
589 #if defined time_tz || EPOCH_LOCAL || EPOCH_OFFSET != 0
Dlocaltime.c2532 int_fast32_t offset = EPOCH_LOCAL ? (daylight ? timezone : altzone) : 0; in time()