What about this

This commit is contained in:
2021-01-24 22:22:43 +00:00
parent 023d63cd73
commit 210b0268af

View File

@@ -28,7 +28,7 @@ def get_time_format():
time_format = "%H:%M"
# If system is 12hr
if timezone.now().strftime("%p") or settings.CI:
time_format = "%I:%M %p"
time_format = "%I%M%p"
return time_format