google-code-export / django-syncr

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

sync_picasaweb and app.picasaweb time issues #55

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
To reproduce the problem?

1. install
2. cd projectdir/
3. python manage.py sync_picasaweb --username myusername --password
mypassword mypicasausername albumname

This raises an exception thrown by strptime(), which does not like the
format string given. Since strptime() doesn't support microseconds, and
given that microseconds are not that important for pictures, the easiest
workaround is to drop them and substitute the last 4 digits with ".000Z".

Here is the patch to syncr.app.picasaweb module: (see attached)

Original issue reported on code.google.com by federico.maggi on 18 May 2009 at 10:03

Attachments:

GoogleCodeExporter commented 9 years ago
That fix worked or me - thanks federico.

Original comment by dunmanwa...@gmail.com on 25 May 2009 at 11:08

GoogleCodeExporter commented 9 years ago
I've patched the repository with this diff and credited you in the changelog. 
THANKS!

Original comment by jesse.l...@gmail.com on 28 May 2009 at 1:07