]> git.kaiwu.me - nginx.git/commitdiff
Win32: fixed comment in ngx_gettimeofday() calculations.
authorRuslan Ermilov <ru@nginx.com>
Tue, 29 May 2018 08:47:32 +0000 (11:47 +0300)
committerRuslan Ermilov <ru@nginx.com>
Tue, 29 May 2018 08:47:32 +0000 (11:47 +0300)
src/os/win32/ngx_time.c

index bd6d287664618cf4543439cd7c9b146422c269c7..79149b2c716bf1479c175a67701947e8818d7dc1 100644 (file)
@@ -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.
      *