Skip to content

Commit 8f6c36d

Browse files
authored
Merge pull request #211 from effectai/fix-invalid-date
fix timezone bug
2 parents 779c53b + 0c763e7 commit 8f6c36d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ export default {
192192
return {
193193
daoCall: {
194194
// starting date of the bi-weekly cycle
195-
startSchedule: new Date('2024-03-06'),
195+
startSchedule: new Date('2024-03-06T18:00:00Z'),
196196
startUTCHours: 18,
197197
startUTCMinutes: 0,
198198
expectedDuration: 2 // in hours

0 commit comments

Comments
 (0)