Field - timestamp_modAdjusted timestamp that accounts for small difference in millisecondsRecord: SMF72S3Based on: timestampPost-Processed The field is created using the following pseudocode:timestamp_mod = ['timestamp'] + pd.to_timedelta('500ms') return timestamp_mod.floor('s')