diff options
author | Tomás Touceda <chiiph@leap.se> | 2014-04-07 14:03:39 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2014-04-07 14:03:39 -0300 |
commit | 8b8d9befbe3e60753e73bc7aaf1b8842a1846046 (patch) | |
tree | c3560f2f22a0774a1ec232abc1a06d5e18f0073c /common/src/leap | |
parent | ce22976cc0e203e53799e771aa5e3717d498cc5c (diff) | |
parent | 3cfe76a694bb19d5da21192e4a9a467a9b4c59e1 (diff) |
Merge remote-tracking branch 'refs/remotes/drebs/feature/5315_add-script-to-compile-ddocs' into develop
Diffstat (limited to 'common/src/leap')
-rw-r--r-- | common/src/leap/soledad/common/couch.py | 2 |
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: |