mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +08:00
Fixed reference to time parsing code after 8b6fa4842133.
This commit is contained in:
parent
559017768e
commit
53bea399a0
@ -320,7 +320,7 @@ ngx_gmtime(time_t t, ngx_tm_t *tp)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* the algorithm based on Gauss' formula,
|
* the algorithm based on Gauss' formula,
|
||||||
* see src/http/ngx_http_parse_time.c
|
* see src/core/ngx_parse_time.c
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* days since March 1, 1 BC */
|
/* days since March 1, 1 BC */
|
||||||
|
Loading…
Reference in New Issue
Block a user