Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-11-12 01:16:11 +0300
committerIgor Sysoev <igor@sysoev.ru>2003-11-12 01:16:11 +0300
commitd0d57b769ea960f7b4a8a95639580c91cfb5d4c5 (patch)
tree1e4e61f19ac15aef21a508f4aad68c54f7c0cb9f /src/core/ngx_times.c
parent27c30f9919ed695ab718c3365a445d47a14fd80f (diff)
nginx-0.0.1-2003-11-12-01:16:11 import
Diffstat (limited to 'src/core/ngx_times.c')
-rw-r--r--src/core/ngx_times.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/core/ngx_times.c b/src/core/ngx_times.c
index 423e4cd35..af801d746 100644
--- a/src/core/ngx_times.c
+++ b/src/core/ngx_times.c
@@ -18,7 +18,12 @@ time_t ngx_time()
}
-/* TODO: remove strftime() */
+/* TODO:
+ * cache ngx_tm_t
+ * write own gmtime()
+ * remove strftime()
+ * we can remove localtime_r
+ */
void ngx_time_update()
{