I have an API I call to get a certain DateTime
, the response I get however is a string and I don't know how to make the string into a DateTime
.
The string I get back is this "1388064600", I know it should represent "26/12/13 - Thursday 2:30PM CEST".
How can I convert this string into a DateTime object? Is this some known format?