summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2014-04-07 11:40:40 -0300
committerdrebs <drebs@leap.se>2014-04-07 11:58:59 -0300
commit3cfe76a694bb19d5da21192e4a9a467a9b4c59e1 (patch)
treec3560f2f22a0774a1ec232abc1a06d5e18f0073c /common
parentce22976cc0e203e53799e771aa5e3717d498cc5c (diff)
Add script to compile design docs (#5315)
Diffstat (limited to 'common')
-rw-r--r--common/src/leap/soledad/common/couch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/src/leap/soledad/common/couch.py b/common/src/leap/soledad/common/couch.py
index 8e8613a1..b836c997 100644
--- a/common/src/leap/soledad/common/couch.py
+++ b/common/src/leap/soledad/common/couch.py
@@ -1411,7 +1411,7 @@ class CouchDatabase(CommonBackend):
# strptime here by evaluating the conversion of an arbitrary date.
# This will not be needed when/if we switch from python-couchdb to
# paisley.
- time.strptime('Mar 4 1917', '%b %d %Y')
+ time.strptime('Mar 8 1917', '%b %d %Y')
# spawn threads to retrieve docs
threads = []
for doc_id in doc_ids: