Skip to content

Commit

Permalink
privated helper func
Browse files Browse the repository at this point in the history
  • Loading branch information
Vzor- committed Sep 9, 2024
1 parent a552db9 commit 828b656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qz/auth/Certificate.java
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ public String getValidTo(TimeZone timeZone) {
}
}

public String formatDate(Instant date, TimeZone timeZone) {
private String formatDate(Instant date, TimeZone timeZone) {
ZoneId zoneId;
if (timeZone == null) {
zoneId = ZoneOffset.UTC;
Expand Down

0 comments on commit 828b656

Please sign in to comment.