We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a08982 commit 30ef626Copy full SHA for 30ef626
1 file changed
api/src/controllers/vote.controller.ts
@@ -14,9 +14,9 @@ class VoteController {
14
private memberService: MemberService,
15
) { }
16
17
- // Voting starts on March 13, 2026 at 12:00 AM EDT
+ // 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');
19
- // Voting ends on March 20, 2026 at 11:59 PM EDT
+ // 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
22
public static readonly REQUIRED_MEMBER_IMMIGRATION_DATE = new Date('2025-10-01T23:59:59-04:00');
0 commit comments