mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 21:49:37 -04:00
fix all tests
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user