projects
/
pgarchives.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55c0d6e
)
more date stuff
author
Magnus Hagander
<magnus@hagander.net>
Fri, 6 Jul 2012 15:02:33 +0000
(17:02 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Fri, 6 Jul 2012 15:02:33 +0000
(17:02 +0200)
loader/lib/parser.py
patch
|
blob
|
blame
|
history
diff --git
a/loader/lib/parser.py
b/loader/lib/parser.py
index 109bedd9086edf04f50cdfef5a5e4bb25dcd046d..8a7fab9bfd2e6aee886ca896bac318fbd35b60c1 100644
(file)
--- a/
loader/lib/parser.py
+++ b/
loader/lib/parser.py
@@
-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'):