Home
last modified time | relevance | path

Searched refs:std_time (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Doc/includes/
Dtzinfo_examples.py159 std_time = dt + self.stdoffset
160 dst_time = std_time + HOUR
163 return std_time.replace(fold=1)
164 if std_time < start or dst_time >= end:
166 return std_time
167 if start <= std_time < end - HOUR:
/third_party/mindspore/tests/ut/python/
Dtest_log.py297 std_time = 2000
298 assert time_diff < std_time
/third_party/glib/glib/
Dgtimezone.c1162 gint64 std_time = boundary_for_year (&rules[ri].dlt_end, in init_zone_from_rules() local
1164 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() local
1206 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()