From 892985f6e7031fed084b70f741f1baec73e56a2a Mon Sep 17 00:00:00 2001 From: Skyler Olds Date: Sun, 1 Mar 2020 16:23:41 -0700 Subject: [PATCH] Add AM/PM description to Timestamp Plugin Config (#10920) --- .../net/runelite/client/plugins/timestamp/TimestampConfig.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/runelite-client/src/main/java/net/runelite/client/plugins/timestamp/TimestampConfig.java b/runelite-client/src/main/java/net/runelite/client/plugins/timestamp/TimestampConfig.java index fda97b0941..b2229c9280 100644 --- a/runelite-client/src/main/java/net/runelite/client/plugins/timestamp/TimestampConfig.java +++ b/runelite-client/src/main/java/net/runelite/client/plugins/timestamp/TimestampConfig.java @@ -59,7 +59,8 @@ public interface TimestampConfig extends Config "'HH' : hour in 24 hour format
" + "'hh' : hour in 12 hour format
" + "'mm' : minute
" + - "'ss' : second" + "'ss' : second
" + + "'a' : AM/PM" ) default String timestampFormat() {