comparison src/os/win32/ngx_time.c @ 181:811bdd2af794

nginx-0.0.1-2003-11-12-20:25:12 import
author Igor Sysoev <igor@sysoev.ru>
date Wed, 12 Nov 2003 17:25:12 +0000
parents 2d143372a1ee
children 00cafae0bdf1
comparison
equal deleted inserted replaced
180:2d143372a1ee 181:811bdd2af794
13 /* 13 /*
14 * A file time is a 64-bit value that represents the number 14 * A file time is a 64-bit value that represents the number
15 * of 100-nanosecond intervals that have elapsed since 15 * of 100-nanosecond intervals that have elapsed since
16 * 12:00 A.M. January 1, 1601 (UTC). 16 * 12:00 A.M. January 1, 1601 (UTC).
17 * 17 *
18 * Between January 1, 1970 (Epoch) and January 1, 1601 there are 18 * Between January 1, 1970 (Epoch) and January 1, 1601 there were
19 * 134744 days, 19 * 134744 days,
20 * 11644473600 seconds or 20 * 11644473600 seconds or
21 * 11644473600,000,000,0 100-nanosecond intervals. 21 * 11644473600,000,000,0 100-nanosecond intervals.
22 */ 22 */
23 23