diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2002-12-10 18:05:12 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2002-12-10 18:05:12 +0000 |
| commit | b0869056bb4385a6b30fc58c653716c45ed33916 (patch) | |
| tree | 8522c66320ee59e4671f23058a971d9556d1a6a0 /src/http/ngx_http_get_time.c | |
| parent | ef259d140f378be8d7936d04038354a93cccb461 (diff) | |
| download | nginx-b0869056bb4385a6b30fc58c653716c45ed33916.tar.gz nginx-b0869056bb4385a6b30fc58c653716c45ed33916.tar.bz2 | |
nginx-0.0.1-2002-12-10-21:05:12 import
Diffstat (limited to 'src/http/ngx_http_get_time.c')
| -rw-r--r-- | src/http/ngx_http_get_time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_get_time.c b/src/http/ngx_http_get_time.c index 5885df00b..33b14c38c 100644 --- a/src/http/ngx_http_get_time.c +++ b/src/http/ngx_http_get_time.c @@ -9,5 +9,5 @@ ngx_http_get_time(char *buf, time_t t) struct tm *tp; tp = gmtime(&t); - return strftime(buf, 31, "%a, %d %b %Y %H:%M:%S GMT", tp); + return strftime(buf, 30, "%a, %d %b %Y %H:%M:%S GMT", tp); } |
