Searched refs:epoch_seconds (Results 1 – 5 of 5) sorted by relevance
127 epoch_seconds = time.time()128 logging.info('Syncing epoch time on DUTs to %d seconds.', epoch_seconds)130 dut.wifi_client.shill.sync_time_to(epoch_seconds)
356 def sync_time_to(self, epoch_seconds): argument364 self._host.run('date -u %f' % epoch_seconds, ignore_status=True)
474 epoch_seconds = time.time()475 self.shill.sync_time_to(epoch_seconds)
394 def sync_time_to(self, epoch_seconds): argument400 utils.run('date -u --set=@%f' % epoch_seconds)
367 epoch_seconds = time.time()371 (epoch_seconds, busybox_date))