Searched refs:to_time (Results 1 – 4 of 4) sorted by relevance
10 assert_equal Time.at(0), ts.to_time13 assert_equal Time.at(12345), ts.to_time21 assert_equal time, ts.to_time27 assert_equal time, ts.to_time
32 expect(m.const_get(c).to_time).to be_a(Time)
75 def to_time singletonMethod
774 auto to_time = detail::extract_mtime(to_stat_path); in __copy_file() local775 if (from_time.tv_sec < to_time.tv_sec) in __copy_file()777 if (from_time.tv_sec == to_time.tv_sec && in __copy_file()778 from_time.tv_nsec <= to_time.tv_nsec) in __copy_file()