I have timestamps in a column which I have imported in SPSS. Example, 7/6/2011 2:21 in a column called ‘Observation’
This is in the string format. Now I also have timezone corrections for these data. So, -60 would mean subtract 60 minutes from this date.
How would I do this in SPSS syntax?
There are native date formats in SPSS, but unfortunately it does not appear that any cover the example you posted. I would parse the beginning of the string field to get the
mm/dd/yyyyand thehh:mmpart seperate, convert those into their representative time formats, and then do the time calculations.For an example