Searched refs:leap_second (Results 1 – 2 of 2) sorted by relevance
149 int leap_second = t->tm_sec == 60; local150 long sec = seconds + (t->tm_sec - leap_second);183 t->tm_sec = (int) (sec%60) + leap_second;
184 "`P1981 <https://wg21.link/P1981>`__","LWG","Rename leap to leap_second","Prague","* *",""