[nginx] Win32: fixed comment in ngx_gettimeofday() calculations.

Ruslan Ermilov ru at nginx.com
Tue May 29 08:48:16 UTC 2018


details:   http://hg.nginx.org/nginx/rev/f95de1361039
branches:  
changeset: 7279:f95de1361039
user:      Ruslan Ermilov <ru at nginx.com>
date:      Tue May 29 11:47:32 2018 +0300
description:
Win32: fixed comment in ngx_gettimeofday() calculations.

diffstat:

 src/os/win32/ngx_time.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r eca3e054e978 -r f95de1361039 src/os/win32/ngx_time.c
--- a/src/os/win32/ngx_time.c	Wed May 23 16:38:16 2018 +0300
+++ b/src/os/win32/ngx_time.c	Tue May 29 11:47:32 2018 +0300
@@ -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.
      *


More information about the nginx-devel mailing list