Lines Matching refs:time
19 # Loading every time zone in the 2020a version of the time zone database
115 """Convert from datetime in UTC to datetime in local time"""
234 # Convert all the transition times (UTC) into "seconds since 1970-01-01 local time"
260 # Set the "fallback" time zone
265 raise ValueError("No time zone information found.")
289 # zones should almost certainly not be used with datetime.time (the
321 # We're only going to look at daylight saving time
363 """Generate number of seconds since 1970 *in the local time*.
365 This is necessary to easily find the transition times in local time"""
465 # With fold = 0, the period (denominated in local time) with the
588 # TODO: These are not actually epoch dates as they are expressed in local time
626 # std[offset[dst[offset],start[/time],end[/time]]]
699 date, *time = dststr.split("/")
717 if time:
718 time_components = list(map(int, time[0].split(":")))