This component is neat and simple but its actions aren't complete.
First, there is no way to convert a DateTime to epoch milliseconds.
Second, the actions that convert Epoch to DateTime are fundamental to convert the epoch milliseconds to a readable format, but by returning only a DateTime we are loosing the the thing this component gives us: the milliseconds. Those actions should return the DateTime + missing milliseconds in some way.