Skip to content

Commit adee848

Browse files
committed
Adjust voting start time to March 22, 2026
1 parent ab4ad92 commit adee848

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spa/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ export default Vue.extend({
337337
const currentEST = new Date().toLocaleString("en-US", { timeZone: "America/New_York" });
338338
const now = new Date(currentEST);
339339
// Start: March 23, 2026 00:00:00 at -04:00
340-
const start = new Date("2026-03-23T00:00:00-04:00");
340+
const start = new Date("2026-03-22T12:00:00-04:00");
341341
// End: March 30, 2026 23:59:59 at -04:00
342342
const end = new Date("2026-03-30T23:59:59-04:00");
343343
this.isVotingOpen = now >= start && now <= end;

0 commit comments

Comments
 (0)