Searched refs:time_seconds (Results 1 – 3 of 3) sorted by relevance
76 time_seconds = float(ts.groups()[0])81 logging.info('Time (s): %s', time_seconds)87 self.write_test_keyval({'time_seconds': time_seconds})
65 float time_seconds, in Alert() argument73 alert.first_occurrence = time_seconds; in Alert()
70 long time_seconds = time_ms_utc / 1000; // NOLINT in FormatMillis() local73 localtime(&time_seconds)); in FormatMillis()