We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 496fd76 + 6f383f1 commit 13eb007Copy full SHA for 13eb007
packages/web/src/app/reducer/index.ts
@@ -13,10 +13,10 @@ import { useEffect } from "preact/hooks";
13
import type { Dispatch, Reducer } from "preact/hooks";
14
15
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`,
+ `2025-06-17T07:00:00Z`,
+ `2025-06-17T08:00:00Z`,
+ `2025-06-17T09:00:00Z`,
+ `2025-06-17T10:00:00Z`,
20
];
21
22
// TODO move to types.ts
0 commit comments