fix all tests

This commit is contained in:
Kenneth Kehl
2023-06-26 14:07:28 -07:00
parent ed274bd266
commit 7168309fbb
11 changed files with 52 additions and 46 deletions

View File

@@ -47,6 +47,10 @@ def format_datetime_24h(date):
)
def format_time(date):
return format_datetime_24h(date)
def format_datetime_normal(date):
return '{} at {}'.format(
format_date_normal(date),