mygpo: Send timestamp as UTC to gpodder.net (bug 1036)
commit0069f1aeb8050d5b56caf06dfbfb119c9dd2dfd6
authorDov Feldstern <dovdevel@gmail.com>
Mon, 13 Jun 2011 18:02:59 +0000 (13 20:02 +0200)
committerThomas Perl <m@thp.io>
Mon, 13 Jun 2011 18:02:59 +0000 (13 20:02 +0200)
tree7592b8d5f6dc8a7feb48824548d358eabda2a598
parent49f29b1f8e1d3cc97dfc1468a918ab51371e061f
mygpo: Send timestamp as UTC to gpodder.net (bug 1036)

Although time.time() returns UTC times,datetime.datetime.fromtimestamp()
then translates that to local time. *utc*fromtimestamp() should be used.
src/gpodder/my.py