Skip to content

Commit

Permalink
Merge pull request #211 from effectai/fix-invalid-date
Browse files Browse the repository at this point in the history
fix timezone bug
  • Loading branch information
jeisses committed Mar 20, 2024
2 parents 779c53b + 0c763e7 commit 8f6c36d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export default {
return {
daoCall: {
// starting date of the bi-weekly cycle
startSchedule: new Date('2024-03-06'),
startSchedule: new Date('2024-03-06T18:00:00Z'),
startUTCHours: 18,
startUTCMinutes: 0,
expectedDuration: 2 // in hours
Expand Down

0 comments on commit 8f6c36d

Please sign in to comment.