Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dlocaltime.c114 int daylight_active = aux->tm_isdst; in main() local
119 nolocks_localtime(&tm,t,timezone,daylight_active); in main()
121 printf("[timezone: %d, dl: %d] %s\n", (int)timezone, (int)daylight_active, buf); in main()
H A Dserver.c367 nolocks_localtime(&tm,tv.tv_sec,server.timezone,server.daylight_active); in serverLogRaw()
1074 server.daylight_active = tm.tm_isdst; in updateCachedTime()
H A Dserver.h1225 int daylight_active; /* Currently in daylight saving time. */ member