Searched refs:non_gmt (Results 1 – 1 of 1) sorted by relevance
369 time_t gmt, non_gmt = mktime(&tval); in HttpDateToSeconds() local378 gmt = non_gmt + ((zone[0] == '+') ? offset : -offset); in HttpDateToSeconds()384 gmt = non_gmt + kTimeZoneOffsets[zindex] * 60 * 60; in HttpDateToSeconds()