aboutsummaryrefslogtreecommitdiff
path: root/src/os/unix/ngx_time.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2003-11-13 06:14:05 +0000
committerIgor Sysoev <igor@sysoev.ru>2003-11-13 06:14:05 +0000
commit562e53ea7d2ec904abba1cf9a9766fe3a91574e8 (patch)
tree0ed6e4198fa7ac67ab299201dc40631c5fe145f4 /src/os/unix/ngx_time.h
parent43beb6c40a44f94208e9ad1355758e58733bc1c2 (diff)
downloadnginx-562e53ea7d2ec904abba1cf9a9766fe3a91574e8.tar.gz
nginx-562e53ea7d2ec904abba1cf9a9766fe3a91574e8.zip
nginx-0.0.1-2003-11-13-09:14:05 import
Diffstat (limited to 'src/os/unix/ngx_time.h')
-rw-r--r--src/os/unix/ngx_time.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os/unix/ngx_time.h b/src/os/unix/ngx_time.h
index 9dc4aea40..d942900df 100644
--- a/src/os/unix/ngx_time.h
+++ b/src/os/unix/ngx_time.h
@@ -20,6 +20,7 @@ typedef struct tm ngx_tm_t;
#define ngx_tm_mon tm_mon
#define ngx_tm_year tm_year
#define ngx_tm_wday tm_wday
+#define ngx_tm_zone tm_zone
void ngx_localtime(ngx_tm_t *tm);