Unix Timestamp to Real Date & time
I extract data from a database and part of this is a "start time" for a process. The main problem with this is that it is in UNIX format so therefore returns a 10 digit number, I know that the formula for converting this to actual date and time is as follows( taken from Excel)=CELL/(60*60*24)+"1/1/1970"so changing a column in JMP should be straightforward but I can't seem to do it. The (60*60*24) ...