Win32: fixed comment in ngx_gettimeofday() calculations.

This commit is contained in:
Ruslan Ermilov 2018-05-29 11:47:32 +03:00
parent 1ef5c9ce6f
commit 4271e48911

View 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.
*