cached_gmtoff      40 core/ngx_times.c static ngx_int_t         cached_gmtoff;
cached_gmtoff     130 core/ngx_times.c     cached_gmtoff = (ngx_int_t) (tm.ngx_tm_gmtoff / 60);
cached_gmtoff     131 core/ngx_times.c     tp->gmtoff = cached_gmtoff;
cached_gmtoff     136 core/ngx_times.c     cached_gmtoff = ngx_timezone(tm.ngx_tm_isdst);
cached_gmtoff     137 core/ngx_times.c     tp->gmtoff = cached_gmtoff;
cached_gmtoff     213 core/ngx_times.c     ngx_gmtime(sec + cached_gmtoff * 60, &tm);