Descriptionbase/time_posix.cc: Use time64_t on Android.
Android's time_t is 32-bit by default, but the platform provides
a <time64.h> providing for time64_t and associated functions.
Use time64_t in base/time_posix.cc to implement base::Time::Exploded
conversion routines. This avoids un-necessary clamping of the year
to the 1901-2038 range when calling base::Time::Explode() or
base::Time::FromExploded().
BUG=162007
NOTRY=true
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170738
Patch Set 1 #
Total comments: 3
Patch Set 2 : Simplify #Messages
Total messages: 10 (0 generated)
|