mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2025-02-10 09:31:49 +01:00
Fix hours in AM/PM format instead of 24
This commit is contained in:
parent
2e572ddb11
commit
85f4735050
@ -42,7 +42,7 @@
|
||||
public class CommandHelper {
|
||||
|
||||
private static final DateTimeFormatter TIME_FORMAT =
|
||||
DateTimeFormatter.ofPattern("yyyy-MM-dd hh:mm:ss")
|
||||
DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss")
|
||||
.withLocale(Locale.ROOT)
|
||||
.withZone(ZoneId.systemDefault());
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user