HomeSort by relevance Sort by last modified time
    Searched refs:dst_time (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Doc/includes/
tzinfo-examples.py 160 dst_time = std_time + HOUR
161 if end <= dst_time < end + HOUR:
164 if std_time < start or dst_time >= end:
169 return dst_time
  /system/update_engine/common/
utils_unittest.cc 388 const time_t dst_time = 1180940400; // Jun 4, 2007 0:00 PDT. local
392 base::Time::FromTimeT(dst_time + fudge - 1), &value1));
394 base::Time::FromTimeT(dst_time + fudge), &value2));

Completed in 142 milliseconds