Windows compatibility: strftime doesn't have %F
commitf344edc48461d745efd7978fa920a956d51213df
authorThomas Perl <m@thp.io>
Sat, 6 Apr 2013 09:29:30 +0000 (6 11:29 +0200)
committerThomas Perl <m@thp.io>
Sat, 6 Apr 2013 09:29:30 +0000 (6 11:29 +0200)
tree593ded3e0d0e3c17b65e68c7a51d05e309021b70
parent9258fd0b220eeb35a25cfd4a60247deda09123d9
Windows compatibility: strftime doesn't have %F

Replace %F with %Y-%m-%d, as Windows' strftime does not
support %F, so we should not rely on it being available.
src/gpodder/model.py