Skip to content

Commit

Permalink
GRAD2-2921: fixed the wrong issued date in certificate.
Browse files Browse the repository at this point in the history
GRAD2-2921: fixed the wrong issued date in certificate.
  • Loading branch information
infstar committed Aug 8, 2024
1 parent 5e3dce5 commit 2d94045
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ public Certificate() {
public void setIssued(final Date issued) {
Calendar cal = Calendar.getInstance();
cal.setTime(issued);
cal.add(Calendar.DAY_OF_MONTH, 1);
this.issued = cal.getTime();
}

Expand Down

0 comments on commit 2d94045

Please sign in to comment.