Skip to content

Commit 13eb007

Browse files
authored
Merge pull request #59 from developmentseed/update-date
Update available timestamps
2 parents 496fd76 + 6f383f1 commit 13eb007

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/web/src/app/reducer/index.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ import { useEffect } from "preact/hooks";
1313
import type { Dispatch, Reducer } from "preact/hooks";
1414

1515
const availableTimestamps = [
16-
`2024-05-19T05:00:00Z`,
17-
`2024-05-19T06:00:00Z`,
18-
`2024-05-19T07:00:00Z`,
19-
`2024-05-19T08:00:00Z`,
16+
`2025-06-17T07:00:00Z`,
17+
`2025-06-17T08:00:00Z`,
18+
`2025-06-17T09:00:00Z`,
19+
`2025-06-17T10:00:00Z`,
2020
];
2121

2222
// TODO move to types.ts

0 commit comments

Comments
 (0)