Skip to content

Commit 87e0e87

Browse files
authored
fix: more recent vallis anchor
Contributed by mettwasser in discord
1 parent b8aee72 commit 87e0e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/models/VallisCycle.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { fromNow, timeDeltaToString } from 'warframe-worldstate-data/utilities';
22

33
import { WorldStateObject } from './WorldStateObject';
44

5-
const lStart = new Date('November 10, 2018 08:13:48 UTC');
5+
const lStart = new Date('2026-02-04T19:46:48Z');
66
const loopTime = 1600000;
77
const warmTime = 400000;
88
const coldTime = loopTime - warmTime;

0 commit comments

Comments
 (0)