diff options
author | Igor Sysoev <igor@sysoev.ru> | 2008-08-30 19:52:07 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2008-08-30 19:52:07 +0000 |
commit | fcb5a705dd24e1e0143802a92a70df7096f8d039 (patch) | |
tree | 195bcbb7f73d104e995b6750a249ffd64e859bf0 /src/os/win32/ngx_time.h | |
parent | d76eb9a8c8f9353a1fa7d311797ecaaf78748945 (diff) | |
download | nginx-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.h | 2 |
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); |