Skip to content

Commit

Permalink
SHIBUI-2249
Browse files Browse the repository at this point in the history
Changing datetime precision to 6 from 9
  • Loading branch information
chasegawa committed Nov 2, 2021
1 parent f11accd commit aa95694
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

public class EntityDescriptorRepresentation implements Serializable {
private static final long serialVersionUID = 7753435553892353966L;
private DateTimeFormatter formatter = DateTimeFormatter.ofPattern("yyyy-MM-dd'T'HH:mm:ss.SSSSSSSSS");
private DateTimeFormatter formatter = DateTimeFormatter.ofPattern("yyyy-MM-dd'T'HH:mm:ss.SSSSSS");

private List<AssertionConsumerServiceRepresentation> assertionConsumerServices;

Expand Down

0 comments on commit aa95694

Please sign in to comment.