diff --git a/apps/location/models.py b/apps/location/models.py index 6df1b7cb..9f059e34 100644 --- a/apps/location/models.py +++ b/apps/location/models.py @@ -34,7 +34,7 @@ class Country(TranslatedFieldsMixin, SVGImageMixin, ProjectBaseMixin): @property def time_format(self): if self.code.lower() not in self.TWELVE_HOURS_FORMAT_COUNTRIES: - return 'hh:mm' + return 'HH:mm' return 'hh:mmA' @property