Skip to content

Commit 30ef626

Browse files
committed
feat: update voting start and end dates
1 parent 0a08982 commit 30ef626

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

api/src/controllers/vote.controller.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ class VoteController {
1414
private memberService: MemberService,
1515
) { }
1616

17-
// Voting starts on March 13, 2026 at 12:00 AM EDT
17+
// Voting starts on March 23, 2026 at 12:00 AM EDT
1818
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
19+
// Voting ends on March 30, 2026 at 11:59 PM EDT
2020
public static readonly VOTING_END_DATE = new Date('2026-03-30T23:59:59-04:00');
2121
// created date for new members to be eligible to vote
2222
public static readonly REQUIRED_MEMBER_IMMIGRATION_DATE = new Date('2025-10-01T23:59:59-04:00');

0 commit comments

Comments
 (0)