Searched refs:daylight_active (Results 1 – 3 of 3) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | localtime.c | 114 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 D | server.c | 367 nolocks_localtime(&tm,tv.tv_sec,server.timezone,server.daylight_active); in serverLogRaw() 1074 server.daylight_active = tm.tm_isdst; in updateCachedTime()
|
| H A D | server.h | 1225 int daylight_active; /* Currently in daylight saving time. */ member
|