google-code-export / django-syncr

Automatically exported from code.google.com/p/django-syncr
0 stars 0 forks source link

TwitterSyncr fails with latest python-twitter due to different datetime format. #81

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Attempt to sync Tweets.

What is the expected output? What do you see instead?
I'm not sure if the change happened in python-twitter, or in the data being 
returned by the Twitter API, but TwitterSyncr expects dates in the format 
"%a %b %d %H:%M:%S +0000 %Y", but python-twitter is providing them in 
the format "%a, %d %b %Y %H:%M:%S +0000".

What version of the product are you using? On what operating system?
I'm using django-syncr trunk r89, and python-twitter r86eec8548c49.

Please provide any additional information below.
All that's needed to fix is to change the date format to the one above in 
syncr/app/tweet.py:82.

Original issue reported on code.google.com by joshuaou...@gmail.com on 14 Feb 2010 at 12:24