I have got the following datetime from an API: 1395401384298
I am guessing it is in epoch miliseconds time (it should be one day in 2014) How can i convert it into a more readable String? I have been looking into DateString[] (https://reference.wolfram.com/mathematica/ref/DateString.html) with no success.