Skip to content

Commit

Permalink
Post summary at 10pm for staging
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 committed Dec 15, 2023
1 parent 922d31d commit 4b40f89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scheduled/summary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ import { bold, italic, money, number, timeSince } from "../util/format";
import causesBreakdown from "../util/causes";
import type { Env } from "../env";

// Aim to post at 23:00 UTC every day
// Aim to post at 22:00 UTC every day
const target = () => {
const now = getNow();
now.setUTCHours(23, 0, 0, 0);
now.setUTCHours(22, 0, 0, 0);
return now;
};

Expand Down

0 comments on commit 4b40f89

Please sign in to comment.