From fcb5a705dd24e1e0143802a92a70df7096f8d039 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Sat, 30 Aug 2008 19:52:07 +0000 Subject: ngx_timezone_update() --- src/os/unix/ngx_time.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/os/unix/ngx_time.h') diff --git a/src/os/unix/ngx_time.h b/src/os/unix/ngx_time.h index b31bd4753..5d9406cde 100644 --- a/src/os/unix/ngx_time.h +++ b/src/os/unix/ngx_time.h @@ -52,6 +52,7 @@ typedef struct tm ngx_tm_t; #endif +void ngx_timezone_update(void); void ngx_localtime(time_t s, ngx_tm_t *tm); void ngx_libc_localtime(time_t s, struct tm *tm); void ngx_libc_gmtime(time_t s, struct tm *tm); -- cgit v1.2.3