Lines Matching defs:seconds
156 load_timedelta(long seconds);
731 load_timedelta(long seconds)
734 PyObject *pyoffset = PyLong_FromLong(seconds);
744 0, seconds, 0, 1, PyDateTimeAPI->DeltaType);
1663 long seconds = 0;
1701 // Minutes and seconds always of the format ":dd"
1702 long *outputs[2] = {&minutes, &seconds};
1721 *total_seconds = sign * ((hours * 3600) + (minutes * 60) + seconds);
2046 * nominal wall-time seconds between 1970-01-01T00:00:00 and the transition in
2048 * datetime.timestamp, which is the total number of seconds actual elapsed
2192 /* Calculate the number of seconds since 1970-01-01 in local time.