We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8aee72 commit 87e0e87Copy full SHA for 87e0e87
lib/models/VallisCycle.ts
@@ -2,7 +2,7 @@ import { fromNow, timeDeltaToString } from 'warframe-worldstate-data/utilities';
2
3
import { WorldStateObject } from './WorldStateObject';
4
5
-const lStart = new Date('November 10, 2018 08:13:48 UTC');
+const lStart = new Date('2026-02-04T19:46:48Z');
6
const loopTime = 1600000;
7
const warmTime = 400000;
8
const coldTime = loopTime - warmTime;
0 commit comments