Lines Matching refs:tm2
32 static struct tm tm2 = {
84 checkStrftime("%c", &tm2, "Mon Jan 5 05:17:53 +10009");
93 checkStrftime("%C", &tm2, "100");
101 checkStrftime("%F", &tm2, "+10009-01-05");
102 checkStrftime("%011F", &tm2, "10009-01-05");
111 checkStrftime("%g", &tm2, "09");
115 checkStrftime("%04G", &tm2, "10009");
118 checkStrftime("%r", &tm2, "05:17:53 AM");
126 checkStrftime("%s", &tm2, "253686748673");
130 checkStrftime("%T", &tm2, "05:17:53");
135 checkStrftime("%U", &tm2, "01");
139 checkStrftime("%V", &tm2, "02");
143 checkStrftime("%W", &tm2, "01");
160 checkStrftime("%Y", &tm2, "+10009");
161 checkStrftime("%05Y", &tm2, "10009");