From 210b0268afc7e54418990b1c2dfa68577f8ea493 Mon Sep 17 00:00:00 2001 From: Arona Jones Date: Sun, 24 Jan 2021 22:22:43 +0000 Subject: [PATCH] What about this --- PyRIGS/tests/regions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyRIGS/tests/regions.py b/PyRIGS/tests/regions.py index 04e46dd6..d3b5d8b2 100644 --- a/PyRIGS/tests/regions.py +++ b/PyRIGS/tests/regions.py @@ -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