Skip to content

Commit 98af388

Browse files
authored
Merge pull request #215 from effectai/fix-daocall-time
update daocall time to 16:00 UTC
2 parents e854e0a + e986d29 commit 98af388

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

d

Whitespace-only changes.

pages/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ export default {
192192
return {
193193
daoCall: {
194194
// starting date of the bi-weekly cycle
195-
startSchedule: new Date('2024-03-06T15:00:00Z'),
196-
startUTCHours: 15,
195+
startSchedule: new Date('2024-03-06T16:00:00Z'),
196+
startUTCHours: 16,
197197
startUTCMinutes: 0,
198198
expectedDuration: 2 // in hours
199199
},

0 commit comments

Comments
 (0)