mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2025-02-14 03:21:30 +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 {
|
public class CommandHelper {
|
||||||
|
|
||||||
private static final DateTimeFormatter TIME_FORMAT =
|
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)
|
.withLocale(Locale.ROOT)
|
||||||
.withZone(ZoneId.systemDefault());
|
.withZone(ZoneId.systemDefault());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user