more date stuff
authorMagnus Hagander <magnus@hagander.net>
Fri, 6 Jul 2012 15:02:33 +0000 (17:02 +0200)
committerMagnus Hagander <magnus@hagander.net>
Fri, 6 Jul 2012 15:02:33 +0000 (17:02 +0200)
loader/lib/parser.py

index 109bedd9086edf04f50cdfef5a5e4bb25dcd046d..8a7fab9bfd2e6aee886ca896bac318fbd35b60c1 100644 (file)
@@ -315,6 +315,8 @@ class ArchivesParser(object):
                        d = d.replace('-800', '-0800')
                if d.endswith('+05-30'):
                        d = d.replace('+05-30', '+0530')
+               if d.endswith('+0-900'):
+                       d = d.replace('+0-900', '-0900')
                if d.endswith('Mexico/General'):
                        d = d.replace('Mexico/General','CDT')
                if d.endswith('Pacific Daylight Time'):