Searched refs:std_time (Results 1 – 3 of 3) sorted by relevance
159 std_time = dt + self.stdoffset160 dst_time = std_time + HOUR163 return std_time.replace(fold=1)164 if std_time < start or dst_time >= end:166 return std_time167 if start <= std_time < end - HOUR:
297 std_time = 2000298 assert time_diff < std_time
1162 gint64 std_time = boundary_for_year (&rules[ri].dlt_end, in init_zone_from_rules() local1164 Transition std_trans = {std_time, info_index}; in init_zone_from_rules()1202 gint64 std_time = boundary_for_year (&rules[ri].dlt_end, in init_zone_from_rules() local1206 Transition std_trans = {std_time, info_index}; in init_zone_from_rules()1214 else if (std_time) in init_zone_from_rules()1223 if (std_time) in init_zone_from_rules()