15 #include "llvm/Config/config.h"
21 TimeValue::PosixZeroTimeSeconds = -946684800;
23 TimeValue::Win32ZeroTimeSeconds = -12591158400ULL;
32 TimeValue::normalize(
void ) {
45 if (seconds_ >= 1 && nanos_ < 0) {
48 }
else if (seconds_ < 0 && nanos_ > 0) {
static const TimeValue ZeroTime
00:00:00 Jan 1, 2000 UTC.
static const TimeValue MinTime
The smallest possible time value.
static const TimeValue MaxTime
The largest possible time value.
int64_t SecondsType
Type used for representing seconds.
static const TimeValue Win32ZeroTime
00:00:00 Jan 1, 1601 UTC.
static const TimeValue PosixZeroTime
00:00:00 Jan 1, 1970 UTC.