Searched refs:timefmt (Results 1 – 4 of 4) sorted by relevance
82 ngx_str_t timefmt; member
363 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() local2742 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()
7184 *) Исправление: команда config timefmt в SSI задавала неверный формат7887 DATE_LOCAL и DATE_GMT и команду config timefmt.
7057 *) Bugfix: the "config timefmt" SSI command set incorrect time format.7748 variables and "config timefmt" command.