Searched refs:secondsPerDay (Results 1 – 4 of 4) sorted by relevance
37 static const double secondsPerDay = 60 * 60 * 24; variable125 … windowsEpochAbsoluteTime = CFGregorianDateGetAbsoluteTime(windowsEpochDate, 0) / secondsPerDay; in windowsEpochAbsoluteTime()146 return round((date + windowsEpochAbsoluteTime()) * secondsPerDay); in DATEToCFAbsoluteTime()151 return (round(absoluteTime)/secondsPerDay - windowsEpochAbsoluteTime()); in CFAbsoluteTimeToDATE()
957 const double secondsPerDay = 60 * 60 * 24; in timeToDate() local963 if (areEqualOrClose(time - timeInDays, secondsPerDay)) in timeToDate()964 timeInDays += secondsPerDay; in timeToDate()
125 static const double secondsPerDay = 24.0 * 60.0 * 60.0; variable434 localTimeSeconds += secondsPerDay; in calculateDSTOffsetSimple()452 diff += secondsPerDay; in calculateDSTOffsetSimple()
319 static const double secondsPerDay = 60 * 60 * 24; in timeToDay() local320 return static_cast<int>(ceil(time / secondsPerDay)); in timeToDay()