The easiest way to do this is to right click on the column header for Column 2 and select "Formula".
Then place the following into the formula window
characterStamp = :column 1;
lastPart = ":"||word(4,characterStamp,":");
substituteinto(characterStamp,lastPart,"");
informat(characterStamp,"m/d/y h:m:s")
Jim