diff options
Diffstat (limited to 'src/os/win32/ngx_time.c')
-rw-r--r-- | src/os/win32/ngx_time.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/win32/ngx_time.c b/src/os/win32/ngx_time.c index cef335707..85d1a3b6d 100644 --- a/src/os/win32/ngx_time.c +++ b/src/os/win32/ngx_time.c @@ -31,7 +31,7 @@ void ngx_gettimeofday(struct timeval *tp) } -ngx_int_t ngx_timezone(void) +ngx_int_t ngx_gettimezone(void) { TIME_ZONE_INFORMATION tz; |