comparison src/os/win32/ngx_time.h @ 2220:bf38420c9e25

ngx_timezone_update()
author Igor Sysoev <igor@sysoev.ru>
date Sat, 30 Aug 2008 19:52:07 +0000
parents 9c2f3ed7a247
children ebcee0063cd8
comparison
equal deleted inserted replaced
2219:fb84e3e95841 2220:bf38420c9e25
37 37
38 #define ngx_msleep Sleep 38 #define ngx_msleep Sleep
39 39
40 #define NGX_HAVE_GETTIMEZONE 1 40 #define NGX_HAVE_GETTIMEZONE 1
41 41
42 #define ngx_timezone_update()
43
42 ngx_int_t ngx_gettimezone(void); 44 ngx_int_t ngx_gettimezone(void);
43 void ngx_libc_localtime(time_t s, struct tm *tm); 45 void ngx_libc_localtime(time_t s, struct tm *tm);
44 void ngx_libc_gmtime(time_t s, struct tm *tm); 46 void ngx_libc_gmtime(time_t s, struct tm *tm);
45 void ngx_gettimeofday(struct timeval *tp); 47 void ngx_gettimeofday(struct timeval *tp);
46 48