Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Common/
DMyWindows.cpp159 int localdaylight = ptm->tm_isdst; /* daylight for local timezone */ in TIME_GetBias() local
161 ptm->tm_isdst = localdaylight; /* use local daylight, not that of Greenwich */ in TIME_GetBias()
/third_party/lzma/C/Util/7z/
D7zMain.c333 const int localdaylight = ptm->tm_isdst; /* daylight for local timezone */ in TIME_GetBias() local
335 ptm->tm_isdst = localdaylight; /* use local daylight, not that of Greenwich */ in TIME_GetBias()