Lines Matching refs:tm3
44 static struct tm tm3 = {
85 checkStrftime("%c", &tm3, "Wed Feb 23 12:00:00 0000");
94 checkStrftime("%C", &tm3, "00");
95 checkStrftime("%01C", &tm3, "0");
103 checkStrftime("%F", &tm3, "0000-02-23");
104 checkStrftime("%01F", &tm3, "0-02-23");
105 checkStrftime("%06F", &tm3, "0-02-23");
106 checkStrftime("%010F", &tm3, "0000-02-23");
119 checkStrftime("%r", &tm3, "12:00:00 PM");
131 checkStrftime("%T", &tm3, "12:00:00");
136 checkStrftime("%U", &tm3, "08");
140 checkStrftime("%V", &tm3, "08");
144 checkStrftime("%W", &tm3, "08");
162 checkStrftime("%Y", &tm3, "0000");
163 checkStrftime("%02Y", &tm3, "00");
164 checkStrftime("%+5Y", &tm3, "+0000");