Skip to content

Commit

Permalink
#118 Fix minute calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausRicharz committed May 24, 2022
1 parent 99c821a commit caaa0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/tb/common/util/DateUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class DateUtils {
.withZone(ZoneId.of(DEFAULT_TIMEZONE_ID));

private static final DateTimeFormatter minuteFormatter = DateTimeFormatter
.ofPattern("HH")
.ofPattern("mm")
.withZone(ZoneId.of(DEFAULT_TIMEZONE_ID));

/**
Expand Down

0 comments on commit caaa0c9

Please sign in to comment.