summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
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: