Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_times.c120 ngx_gmtime(sec, &gmt); in ngx_time_update()
133 ngx_gmtime(sec + tp->gmtoff * 60, &tm); in ngx_time_update()
256 ngx_gmtime(sec + cached_gmtoff * 60, &tm); in ngx_time_sigsafe_update()
287 ngx_gmtime(t, &tm); in ngx_http_time()
305 ngx_gmtime(t, &tm); in ngx_http_cookie_time()
328 ngx_gmtime(time_t t, ngx_tm_t *tp) in ngx_gmtime() function
H A Dngx_times.h28 void ngx_gmtime(time_t t, ngx_tm_t *tp);
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_autoindex_module.c628 ngx_gmtime(entry[i].mtime + tp->gmtoff * 60 * alcf->localtime, &tm); in ngx_http_autoindex_html()
913 ngx_gmtime(entry[i].mtime, &tm); in ngx_http_autoindex_xml()