diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2018-05-17 16:06:15 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2018-12-13 16:59:23 +0100 |
| commit | 275a93bd6b0b635ab94dc4330edf1f9b051e38c9 (patch) | |
| tree | 058ecb2e9dc28fd2666ba6bc51a46a68945d0070 /backend | |
| parent | 8406e56323722764ecb5b275a23b2a3e19d9ab5e (diff) | |
| download | brokentalents-275a93bd6b0b635ab94dc4330edf1f9b051e38c9.tar.gz brokentalents-275a93bd6b0b635ab94dc4330edf1f9b051e38c9.zip | |
Update 3.3
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); |
