changeset 7279:f95de1361039

Win32: fixed comment in ngx_gettimeofday() calculations.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 29 May 2018 11:47:32 +0300
parents eca3e054e978
children 76e7e20cda05
files src/os/win32/ngx_time.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.
      *