Format: AllC/C++CSSTextshell script Advanced Search
132: /* Check if the local time is during the DST period */ 133: if (!isDST(result, tz)) { 134: result->tm_isdst = 0;