We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e4daf9 commit 3195ae5Copy full SHA for 3195ae5
1 file changed
src/main/java/com/onelogin/saml/AuthRequest.java
@@ -25,7 +25,7 @@ public class AuthRequest {
25
public AuthRequest(AppSettings appSettings, AccountSettings accountSettings){
26
this.appSettings = appSettings;
27
id="_"+UUID.randomUUID().toString();
28
- SimpleDateFormat simpleDf = new SimpleDateFormat("yyyy-MM-dd'T'H:mm:ss'Z'");
+ SimpleDateFormat simpleDf = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss'Z'");
29
issueInstant = simpleDf.format(new Date());
30
}
31
0 commit comments