Trying to convert time as a string to a time variable. Use Date/Dates/Convert String to Date...... for format I use %H:%M:%S.... Here is the syntax from the GUI
[Convert String Variables to Date]
BSkystrptime (varNames = c('Time'),dateFormat = "%H:%M:%S",prefixOrSuffix = "prefix",prefixOrSuffixValue = "Con_",data = "Dataset2") BSkyLoadRefreshDataframe(dframe=Dataset2,load.dataframe=TRUE) A screen shot of result is attached.... Compare variables Time [string] to Con_Time [date/time] The hours are 2 hours out [wrong!] - the Minutes and Seconds are correct. What am I doing wrong here? Screen Shot