Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
Python's built-in s datetime module provides classes for manipulating dates and times in both simple and complex ways.
1
vote
2answers
276 views
Facebook timestamp to Python DateTime Object
Facebook returns 'created_time' in this format:
2012-07-23T08:52:04+0000
I want to convert this timestamp to a normal Python DateTime object.