From d85f4288636dc335dea6f04ce124f1583eaf541e Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 25 Jul 2013 12:45:10 +0200 Subject: derp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/featherweight.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/featherweight.py b/src/featherweight.py index 08474a0..f84a7fb 100755 --- a/src/featherweight.py +++ b/src/featherweight.py @@ -46,7 +46,7 @@ def rss_date(value): value = value[:-1] while ' ' in value: value = value.replace(' ', ' ') - value = value.replace(':').split(' ') + value = value.replace(':', ' ').split(' ') (_, day, month, year, hour, minute, second, offset) = value offsign, offhour, offmin = offset[0] == '+', offset[1 : 3], offset[3 : 5] year, day = int(year), month.lower(), int(day) -- cgit v1.2.3-70-g09d2