Home | History | Annotate | Download | only in src

Lines Matching refs:msPerSecond

314   time_t tv = static_cast<time_t>(floor(time/msPerSecond));
325 return static_cast<double>(t->tm_gmtoff * msPerSecond -
326 (t->tm_isdst > 0 ? 3600 * msPerSecond : 0));