Skip to content

Commit

Permalink
fix dt for issuance event
Browse files Browse the repository at this point in the history
  • Loading branch information
lenkan committed Feb 19, 2024
1 parent f4766b3 commit 51e4971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/keri/app/credentialing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ export class Credentials {
i: acdc.d,
s: '0',
ri: args.ri,
dt: args.a.dt ?? new Date().toISOString().replace('Z', '000+00:00'),
dt: subject.dt,
});

const sn = parseInt(hab.state.s, 16);
Expand Down

0 comments on commit 51e4971

Please sign in to comment.