Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/base/
Dhttpcommon.cc403 tm *tm_for_timezone = localtime((time_t *)&gmt); in HttpDateToSeconds() local
404 *seconds = gmt + tm_for_timezone->tm_gmtoff; in HttpDateToSeconds()