When using German language for JSON output, the time format is still AM/PM, which is uncommon in Germany/Europe. User expects a 24-hour format for time in such cases.
hello, when i use german language for JSON output, the time format is still in a format with `AM` and `PM` but in german or europe it is pretty uncommon to use that format, i expect a 24H format for time. e.g.: ```json $ curl de.wttr.in/Berlin?format=j1 { "current_condition": [ { "FeelsLikeC": "10", "FeelsLikeF": "50", "cloudcover": "0", "humidity": "76", "lang_de": [ { "value": "Regen" } ], "localObsDateTime": "2022-09-28 11:40 AM", "observation_time": "09:40 AM", ... { "astronomy": [ { "moon_illumination": "15", "moon_phase": "Waxing Crescent", "moonrise": "09:57 AM", "moonset": "07:48 PM", "sunrise": "07:02 AM", "sunset": "06:51 PM"