From: Ruslan Ermilov Date: Tue, 29 May 2018 08:47:32 +0000 (+0300) Subject: Win32: fixed comment in ngx_gettimeofday() calculations. X-Git-Tag: release-1.15.0~8 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=4271e48911bca21c8b81f2d8971218a6f1692468;p=nginx.git Win32: fixed comment in ngx_gettimeofday() calculations. --- diff --git a/src/os/win32/ngx_time.c b/src/os/win32/ngx_time.c index bd6d28766..79149b2c7 100644 --- a/src/os/win32/ngx_time.c +++ b/src/os/win32/ngx_time.c @@ -23,7 +23,7 @@ ngx_gettimeofday(struct timeval *tp) * January 1, 1601 12:00 A.M. UTC. * * Between January 1, 1970 (Epoch) and January 1, 1601 there were - * 134744 days, + * 134774 days, * 11644473600 seconds or * 11644473600,000,000,0 100-nanosecond intervals. *