diff --git a/ckanext/harvest/harvesters/ckanharvester.py b/ckanext/harvest/harvesters/ckanharvester.py index a5038aa..ac2756e 100644 --- a/ckanext/harvest/harvesters/ckanharvester.py +++ b/ckanext/harvest/harvesters/ckanharvester.py @@ -205,6 +205,12 @@ def gather_stage(self, harvest_job): # Request only the datasets modified since last_time = last_error_free_job.gather_started + + #### UNDONE REMOVE ME --- this was added to look back quite a long way to catch + #### the ckie zero bikes dataset and grab a new version of it. + last_time = datetime.datetime(2015,3,1) + #### UNDONE end remove me + # Note: SOLR works in UTC, and gather_started is also UTC, so # this should work as long as local and remote clocks are # relatively accurate. Going back a little earlier, just in case.