Lines Matching defs:hours

1198                      " strictly between -timedelta(hours=24) and"
1199 " timedelta(hours=24),"
1271 " strictly between -timedelta(hours=24) and"
1272 " timedelta(hours=24).");
1431 format_ctime(PyDateTime_Date *date, int hours, int minutes, int seconds)
1445 GET_DAY(date), hours, minutes, seconds,
1455 * integer in range), and if that's OK it's converted to an hours & minutes
1466 int hours, minutes, seconds, microseconds;
1494 hours = divmod(minutes, 60, &minutes);
1497 hours, sep, minutes, sep, seconds, microseconds);
1501 PyOS_snprintf(buf, buflen, "%c%02d%s%02d%s%02d", sign, hours,
1505 PyOS_snprintf(buf, buflen, "%c%02d%s%02d", sign, hours, sep, minutes);
2529 "minutes", "hours", "weeks", NULL
2565 y = accum("hours", x, hour, us_per_hour, &leftover_us);
2684 int hours = divmod(minutes, 60, &minutes);
2691 hours, minutes, seconds, us);
2695 hours, minutes, seconds);
2699 hours, minutes, seconds, us);
2702 hours, minutes, seconds);
2768 "minutes=0, hours=0, weeks=0)\n\n"
3982 int hours, minutes, seconds, microseconds;
4012 hours = divmod(minutes, 60, &minutes);
4015 sign, hours, minutes,
4020 sign, hours, minutes, seconds);
4022 return PyUnicode_FromFormat("UTC%c%02d:%02d", sign, hours, minutes);
4375 {"hours", "%02d"},
4736 "options are 'auto', 'hours', 'minutes',\n'seconds', "
4983 * 23 hours at 1969-09-30 13:00:00 in Kwajalein. */
5755 {"hours", "%04d-%02d-%02d%c%02d"},
6583 "options are 'auto', 'hours', 'minutes',\n'seconds', "
6983 less than 24 hours. For that reason, if y is firmly in std time, (y+k).d must
6999 time jumps from 1:59 to 3:00, and wall hours of the form 2:MM don't make good
7077 UTC hours 5:MM and 6:MM to 1:MM Eastern. The result is ambiguous