How do I retrieve the actual date from the StackOverflow API creation_date field?
The date depicted via their API is an integer:
"creation_date": 1288523078
However, I would like to convert the integer into an actual DateTime value.
I saw this link. But it's still not clear to me.