Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_times.c45 static ngx_int_t cached_gmtoff; variable
138 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()