Skip to content

Commit e854e0a

Browse files
authored
Merge pull request #214 from effectai/fix-daocall-time
fix: fix daocall start time
2 parents 8f6c36d + 89075a8 commit e854e0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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-06T18:00:00Z'),
196-
startUTCHours: 18,
195+
startSchedule: new Date('2024-03-06T15:00:00Z'),
196+
startUTCHours: 15,
197197
startUTCMinutes: 0,
198198
expectedDuration: 2 // in hours
199199
},

0 commit comments

Comments
 (0)