Discussions

Ask a Question
Back to All

date id format

I'm using the python SDK, when I call the get_wall_messages() method I get back all wall messages as desired, my confusion lies in the date property.

Ex. "1527798816"
This date represents May, 31st 2018?

This 10 digit string is obviously not a properly formatted date in any way.

What can I do with this to parse it into something useful to me.