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