Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_ssi_filter_module.h82 ngx_str_t timefmt; member
H A Dngx_http_ssi_filter_module.c363 ctx->timefmt = ngx_http_ssi_timefmt; in ngx_http_ssi_header_filter()
2390 ctx->timefmt.len = value->len; in ngx_http_ssi_config()
2391 ctx->timefmt.data = ngx_pnalloc(r->pool, value->len + 1); in ngx_http_ssi_config()
2392 if (ctx->timefmt.data == NULL) { in ngx_http_ssi_config()
2396 ngx_cpystrn(ctx->timefmt.data, value->data, value->len + 1); in ngx_http_ssi_config()
2730 ngx_str_t *timefmt; in ngx_http_ssi_date_gmt_local_variable() local
2742 timefmt = ctx ? &ctx->timefmt : &ngx_http_ssi_timefmt; in ngx_http_ssi_date_gmt_local_variable()
2744 if (timefmt->len == sizeof("%s") - 1 in ngx_http_ssi_date_gmt_local_variable()
2745 && timefmt->data[0] == '%' && timefmt->data[1] == 's') in ngx_http_ssi_date_gmt_local_variable()
2764 (char *) timefmt->data, &tm); in ngx_http_ssi_date_gmt_local_variable()
/f-stack/app/nginx-1.16.1/
H A DCHANGES.ru7184 *) Исправление: команда config timefmt в SSI задавала неверный формат
7887 DATE_LOCAL и DATE_GMT и команду config timefmt.
H A DCHANGES7057 *) Bugfix: the "config timefmt" SSI command set incorrect time format.
7748 variables and "config timefmt" command.