Searched refs:current_timestamp (Results 1 – 1 of 1) sorted by relevance
203 current_timestamp = int(row[timestamp_source]) variable207 prev_timestamp = current_timestamp211 if current_timestamp != prev_timestamp:215 … start_offset += (current_timestamp - prev_timestamp) # Gap between blocks219 prev_timestamp = current_timestamp