sciyoshi / pyfacebook

PyFacebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

datetime confusion in djangofb

fongandrew opened this issue · comments

In pyfacebook/facebook/djangofb/init.py, because of the "from datetime import datetime" on line 4, it should only be datetime.fromtimestamp on line 226, not datetime.datetime.fromtimestamp.