gmtoff            124 core/ngx_times.c     tp->gmtoff = ngx_gettimezone();
gmtoff            125 core/ngx_times.c     ngx_gmtime(sec + tp->gmtoff * 60, &tm);
gmtoff            131 core/ngx_times.c     tp->gmtoff = cached_gmtoff;
gmtoff            137 core/ngx_times.c     tp->gmtoff = cached_gmtoff;
gmtoff            156 core/ngx_times.c                        tp->gmtoff < 0 ? '-' : '+',
gmtoff            157 core/ngx_times.c                        ngx_abs(tp->gmtoff / 60), ngx_abs(tp->gmtoff % 60));
gmtoff            165 core/ngx_times.c                        tp->gmtoff < 0 ? '-' : '+',
gmtoff            166 core/ngx_times.c                        ngx_abs(tp->gmtoff / 60), ngx_abs(tp->gmtoff % 60));
gmtoff             18 core/ngx_times.h     ngx_int_t   gmtoff;
gmtoff            468 http/modules/ngx_http_autoindex_module.c         ngx_gmtime(entry[i].mtime + tp->gmtoff * 60 * alcf->localtime, &tm);