| Index: base/time/time_win.cc
|
| diff --git a/base/time/time_win.cc b/base/time/time_win.cc
|
| index 4f013a36a53597825d9b07f114219cac296994dd..b81cadf39f67207d2c5e4988d7674c21bf10aafb 100644
|
| --- a/base/time/time_win.cc
|
| +++ b/base/time/time_win.cc
|
| @@ -121,13 +121,6 @@ bool SafeConvertToWord(int in, WORD* out) {
|
|
|
| // Time -----------------------------------------------------------------------
|
|
|
| -// The internal representation of Time uses FILETIME, whose epoch is 1601-01-01
|
| -// 00:00:00 UTC. ((1970-1601)*365+89)*24*60*60*1000*1000, where 89 is the
|
| -// number of leap year days between 1601 and 1970: (1970-1601)/4 excluding
|
| -// 1700, 1800, and 1900.
|
| -// static
|
| -const int64_t Time::kTimeTToMicrosecondsOffset = INT64_C(11644473600000000);
|
| -
|
| // static
|
| Time Time::Now() {
|
| if (initial_time == 0)
|
|
|