I recently had to convert unix epoch time to DateTime and like the rest of the world turned to stackoverflow. The top answer is a very simple solution of adding the unix time, which is in milliseconds, to a DateTime of 1/1/1970.
Adding Claims transformations (aka claims augmentation) to a MVC claims based application doesn't take a lot of code, but knowing where to put it isn't obvious.