Skip to content

Commit ab4ad92

Browse files
committed
Update voting start date to March 22, 2026
1 parent 910b66a commit ab4ad92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/src/controllers/vote.controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class VoteController {
1515
) { }
1616

1717
// 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');
18+
public static readonly VOTING_START_DATE = new Date('2026-03-22T12:00:00-04:00');
1919
// 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

0 commit comments

Comments
 (0)