Lines Matching defs:local
3004 as local time.
3854 PyDoc_STR("datetime in UTC -> datetime in local time.")},
4090 PyDoc_STR("datetime in UTC -> datetime in local time.")},
5005 local(long long u)
5053 /* local timezone requires to compute fold */
5055 /* On Windows, passing a negative value to local results
5079 probe_seconds = local(epoch + timet - max_fold_seconds);
5084 probe_seconds = local(epoch + timet + transition);
5142 Returns new datetime object representing current time local to tz.
5144 If no tz is specified, uses local timezone.
5153 /* Return best possible local time -- this isn't constrained by the
5179 /* Return new local datetime from timestamp (Python timestamp -- a double). */
6333 /* Our goal is to solve t = local(u) for u. */
6334 lt = local(t);
6339 t1 = local(u1);
6350 lt = local(u2);
6362 t2 = local(u2);
6534 PyDoc_STR("timestamp[, tz] -> tz's local time from POSIX timestamp.")},
6599 PyDoc_STR("tz -> convert to local time in new timezone tz\n")},
7003 the only spelling that makes sense on the local wall clock.
7035 local clock into tz's daylight time).
7074 time (4:MM UTC). There is no local time mapping to 5:MM UTC. The local
7076 standard time. Since that's what the local clock *does*, we want to map both
7078 in local time, but so it goes -- it's the way the local clock works.
7095 daylight time we intend here), but returning it gives the real-life "local