Skip to content

Commit

Permalink
Merge branch 'main' of github.com:openwallet-foundation/credo-ts
Browse files Browse the repository at this point in the history
  • Loading branch information
auer-martin committed Nov 23, 2024
2 parents d945ca4 + e57bf8f commit 60ee70d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/openid4vc/src/shared/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,5 +198,5 @@ export function addSecondsToDate(date: Date, seconds: number) {
}

export function dateToSeconds(date: Date) {
return Math.floor(date.getTime() * 1000)
return Math.floor(date.getTime() / 1000)
}

0 comments on commit 60ee70d

Please sign in to comment.