aboutsummaryrefslogtreecommitdiff
path: root/src/os/win32/ngx_time.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-08-30 19:52:07 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-08-30 19:52:07 +0000
commitfcb5a705dd24e1e0143802a92a70df7096f8d039 (patch)
tree195bcbb7f73d104e995b6750a249ffd64e859bf0 /src/os/win32/ngx_time.h
parentd76eb9a8c8f9353a1fa7d311797ecaaf78748945 (diff)
downloadnginx-fcb5a705dd24e1e0143802a92a70df7096f8d039.tar.gz
nginx-fcb5a705dd24e1e0143802a92a70df7096f8d039.zip
ngx_timezone_update()
Diffstat (limited to 'src/os/win32/ngx_time.h')
-rw-r--r--src/os/win32/ngx_time.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/os/win32/ngx_time.h b/src/os/win32/ngx_time.h
index 225c38cf0..4f9384139 100644
--- a/src/os/win32/ngx_time.h
+++ b/src/os/win32/ngx_time.h
@@ -39,6 +39,8 @@ typedef FILETIME ngx_mtime_t;
#define NGX_HAVE_GETTIMEZONE 1
+#define ngx_timezone_update()
+
ngx_int_t ngx_gettimezone(void);
void ngx_libc_localtime(time_t s, struct tm *tm);
void ngx_libc_gmtime(time_t s, struct tm *tm);