Searched refs:total_seconds (Results 1 – 3 of 3) sorted by relevance
97 int total_seconds = sign_ * (hour_ * 3600 + minute_ * 60); in Write() local98 if (!Smi::IsValid(total_seconds)) return false; in Write()99 output->set(UTC_OFFSET, Smi::FromInt(total_seconds)); in Write()
192 time_delta = int((timestamp - first_timestamp).total_seconds())545 time_delta = '%d s.' % (timestamp - first_timestamp).total_seconds()
300 hours = float(datetime_diff.total_seconds()) / 3600.0