Strange spelling of gmt..
authorMagnus Hagander <magnus@hagander.net>
Fri, 6 Jul 2012 15:01:50 +0000 (17:01 +0200)
committerMagnus Hagander <magnus@hagander.net>
Fri, 6 Jul 2012 15:01:50 +0000 (17:01 +0200)
loader/lib/parser.py

index 0dc25be22883478115bbd6ba472237deaaa786af..109bedd9086edf04f50cdfef5a5e4bb25dcd046d 100644 (file)
@@ -325,6 +325,8 @@ class ArchivesParser(object):
                        d = d.replace('-Juin-','-Jun-')
                if d.find('-Juil-') > 0:
                        d = d.replace('-Juil-','-Jul-')
+               if d.find(' 0 (GMT)'):
+                       d = d.replace(' +0000')
 
                if self._date_multiminus_re.search(d):
                        d = self._date_multiminus_re.sub(' \\1', d)