Skip to content

Commit

Permalink
chore(desert-bus): update omega shift cutoff time
Browse files Browse the repository at this point in the history
Oops. Should have done this earlier.
  • Loading branch information
VodBox committed Jul 1, 2024
1 parent f1a0cf4 commit 7eb52ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/channels/desert-bus/daytime.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const Times: [number, 'night' | 'dawn' | 'day' | 'dusk'][] = [
* i.e. The Checkpoint.
* Change time to reflect event schedule before event.
*/
const OmegaShift = [2024, 1, 20, 21, 7, 0] as const;
const OmegaShift = [2024, 7, 6, 4, 26, 0] as const;

export function dayTime() {
const datetime = DateTime.local({ zone: timezone.value });
Expand Down

0 comments on commit 7eb52ff

Please sign in to comment.