Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dhttpcommon.cc388 tm *tm_for_timezone = localtime(&gmt); in HttpDateToSeconds() local
389 *seconds = gmt + tm_for_timezone->tm_gmtoff; in HttpDateToSeconds()