diff options
Diffstat (limited to 'backend')
| -rw-r--r-- | backend/index.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backend/index.js b/backend/index.js index 9679a02..b77b981 100644 --- a/backend/index.js +++ b/backend/index.js @@ -15,10 +15,10 @@ const cleanPayloads = reduce.cleanPayloads(config.reduce); const saveFPayloads = file.saveFPayloads(config.file); function main() { - const firstOfMay = moment('2018-05-01'); + const firstOfMay = moment('2018-05-16'); const later = R.curry((base, hs) => base.clone().add(hs, 'hours')); - const hours = R.range(0, 24 * 9 + 12); + const hours = R.range(20, 24 * 1 + 13); const laterMoments = R.map(later(firstOfMay), hours); const futures = R.map(loadFTimestamped, laterMoments); |
