Skip to content

Commit 3195ae5

Browse files
committed
Fix time
1 parent 2e4daf9 commit 3195ae5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/onelogin/saml/AuthRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public class AuthRequest {
2525
public AuthRequest(AppSettings appSettings, AccountSettings accountSettings){
2626
this.appSettings = appSettings;
2727
id="_"+UUID.randomUUID().toString();
28-
SimpleDateFormat simpleDf = new SimpleDateFormat("yyyy-MM-dd'T'H:mm:ss'Z'");
28+
SimpleDateFormat simpleDf = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss'Z'");
2929
issueInstant = simpleDf.format(new Date());
3030
}
3131

0 commit comments

Comments
 (0)