Hi, I'm trying to show the time as AM/PM for all players in the settings I set the Time format to h:mm tt in the config but it fails to show this format.
"Clock": {
"AnchorX": "Left",
"AnchorY": "Bottom",
"Autoload": true,
"Available": true,
"BackgroundColor": "0 0 0 0.4",
"Dock": "BottomMiddleDock",
"FadeOut": 0.0,
"Height": 0.95,
"Margin": "0 0 0 0",
"Order": 1,
"PanelSettings": {
"ClockUpdateFrequency (seconds)": 4,
"TimeFormat": "h:mm tt"
},How can I get the UI to show time with AM and PM at the end?