Searched refs:tm_mon (Results 1 – 12 of 12) sorted by relevance
59 tm.tm_mon = month - 1; // mktime uses months in 0 - 11 range in parseDateTime()77 tm.tm_mon + 1, // localtime_r uses months in 0 - 11 range in formatDateTime()
16 rsDebug("tm.tm_mon", tm.tm_mon);30 _RS_ASSERT(tm.tm_mon == 0);
48 EXPECT_EQ(6, t.tm_mon) in TEST_F()
69 timespec->tm_mon = (date >> 5) & 0x0F; in zipTimeToTimespec()
45 * tm_mon - Months since January. This ranges from 0 to 11.58 int tm_mon; ///< month
191 rtc.tm_mon = tm.tm_mon; in setTime()
346 parts.tm_mon = ((mCDE.mLastModFileDate & 0x01e0) >> 5) -1; in getModWhen()382 zdate = (year - 80) << 9 | (ptm->tm_mon+1) << 5 | ptm->tm_mday; in setModWhen()
96 int tm_mon; ///< month member