We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 910b66a commit ab4ad92Copy full SHA for ab4ad92
1 file changed
api/src/controllers/vote.controller.ts
@@ -15,7 +15,7 @@ class VoteController {
15
) { }
16
17
// Voting starts on March 23, 2026 at 12:00 AM EDT
18
- public static readonly VOTING_START_DATE = new Date('2026-03-23T00:00:00-04:00');
+ public static readonly VOTING_START_DATE = new Date('2026-03-22T12:00:00-04:00');
19
// Voting ends on March 30, 2026 at 11:59 PM EDT
20
public static readonly VOTING_END_DATE = new Date('2026-03-30T23:59:59-04:00');
21
// created date for new members to be eligible to vote
0 commit comments