Avoid UnboundLocalError in extensions.basetrack.handle_list
timestamp wasn't always set in handle_list, so if a list numeric doesn't include a timestamp, the last line of the function will raise an UnboundLocalError.
timestamp wasn't always set in handle_list, so if a list numeric doesn't include a timestamp, the last line of the function will raise an UnboundLocalError.