We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab4ad92 commit adee848Copy full SHA for adee848
1 file changed
spa/src/App.vue
@@ -337,7 +337,7 @@ export default Vue.extend({
337
const currentEST = new Date().toLocaleString("en-US", { timeZone: "America/New_York" });
338
const now = new Date(currentEST);
339
// Start: March 23, 2026 00:00:00 at -04:00
340
- const start = new Date("2026-03-23T00:00:00-04:00");
+ const start = new Date("2026-03-22T12:00:00-04:00");
341
// End: March 30, 2026 23:59:59 at -04:00
342
const end = new Date("2026-03-30T23:59:59-04:00");
343
this.isVotingOpen = now >= start && now <= end;
0 commit comments