From dacabc4ce16e2576c0eb7d38254823bd3a5753d8 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 12 Nov 2021 00:19:05 -0500 Subject: [PATCH] config/powercord: fix relative time on timestamps --- users/infinidoge/config/powercord/Custom-Timestamps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/users/infinidoge/config/powercord/Custom-Timestamps.json b/users/infinidoge/config/powercord/Custom-Timestamps.json index 09ba0fd..21902bc 100644 --- a/users/infinidoge/config/powercord/Custom-Timestamps.json +++ b/users/infinidoge/config/powercord/Custom-Timestamps.json @@ -1,4 +1,4 @@ { - "timestampSchematic": "%Y-%0M-%0D %0H:%0m:%0s, G", + "timestampSchematic": "%Y-%0M-%0D %0H:%0m:%0s, %G", "timestampBubbleSchematic": "%W, %N %D, %Y %H:%0m" } \ No newline at end of file