I have a dataset with a column containing the UTC time of some responses. How can I convert the column with the UTC time to seconds (and store it in a new variable)?
I am trying to do this so that I can calculate reaction time from the UTC time variable.
Thank you in advance!