Searched refs:cached_gmtoff (Results 1 – 1 of 1) sorted by relevance
45 static ngx_int_t cached_gmtoff; variable138 cached_gmtoff = (ngx_int_t) (tm.ngx_tm_gmtoff / 60); in ngx_time_update()139 tp->gmtoff = cached_gmtoff; in ngx_time_update()144 cached_gmtoff = ngx_timezone(tm.ngx_tm_isdst); in ngx_time_update()145 tp->gmtoff = cached_gmtoff; in ngx_time_update()256 ngx_gmtime(sec + cached_gmtoff * 60, &tm); in ngx_time_sigsafe_update()