diff options
author | Igor Sysoev <igor@sysoev.ru> | 2004-06-06 19:49:18 +0000 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2004-06-06 19:49:18 +0000 |
commit | 0ab91b901299ac41e3867ebec7e04e5082a4c8b4 (patch) | |
tree | b89e863c141bc482c85c351f84d9dca1d3570789 /src/os/unix/ngx_time.h | |
parent | 6e1bbd78967660b49e3a120bbeec6382ed193d5f (diff) | |
download | nginx-0ab91b901299ac41e3867ebec7e04e5082a4c8b4.tar.gz nginx-0ab91b901299ac41e3867ebec7e04e5082a4c8b4.zip |
nginx-0.0.3-2004-06-06-23:49:18 import
Diffstat (limited to 'src/os/unix/ngx_time.h')
-rw-r--r-- | src/os/unix/ngx_time.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os/unix/ngx_time.h b/src/os/unix/ngx_time.h index 0b44c5ad4..dbb7a0a54 100644 --- a/src/os/unix/ngx_time.h +++ b/src/os/unix/ngx_time.h @@ -38,7 +38,7 @@ typedef struct tm ngx_tm_t; #if (SOLARIS) #define HAVE_TIMEZONE 1 -#define ngx_timezone() (-((daylight) ? altzone : timezone) / 60) +#define ngx_timezone() (- (daylight ? altzone : timezone) / 60) #elif defined __linux__ #define HAVE_TIMEZONE 1 |