comparison src/http/ngx_http_get_time.c @ 26:53cb81681040

nginx-0.0.1-2002-12-15-09:25:09 import
author Igor Sysoev <igor@sysoev.ru>
date Sun, 15 Dec 2002 06:25:09 +0000
parents 77c7629a2627
children a499e0d1f16e
comparison
equal deleted inserted replaced
25:a8b156554dfe 26:53cb81681040
1 1
2 #include <nginx.h> 2 #include <nginx.h>
3 3
4 #include <ngx_config.h> 4 #include <ngx_config.h>
5 #include <ngx_types.h>
5 6
6 7
7 ngx_http_get_time(char *buf, time_t t) 8 ngx_http_get_time(char *buf, time_t t)
8 { 9 {
9 struct tm *tp; 10 struct tm *tp;