pyfacebook icon indicating copy to clipboard operation
pyfacebook copied to clipboard

datetime confusion in djangofb

Open fongandrew opened this issue 16 years ago • 0 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.

fongandrew avatar Jan 10 '10 03:01 fongandrew