comparison src/http/ngx_http_get_time.c @ 99:a059e1aa65d4

nginx-0.0.1-2003-06-02-19:24:30 import
author Igor Sysoev <igor@sysoev.ru>
date Mon, 02 Jun 2003 15:24:30 +0000
parents a499e0d1f16e
children cd54bcbaf3b5
comparison
equal deleted inserted replaced
98:c9b243802a17 99:a059e1aa65d4
1
2 #include <nginx.h>
3 1
4 #include <ngx_config.h> 2 #include <ngx_config.h>
5 #include <ngx_types.h> 3 #include <ngx_core.h>
6 4
7 5
8 size_t ngx_http_get_time(char *buf, time_t t) 6 size_t ngx_http_get_time(char *buf, time_t t)
9 { 7 {
10 struct tm *tp; 8 struct tm *tp;