update datetime naming

This commit is contained in:
Beverly Nguyen
2024-03-08 11:43:54 -08:00
parent ee5fe38001
commit b1b416db8c
3 changed files with 5 additions and 5 deletions

View File

@@ -98,7 +98,7 @@ def format_datetime_short(date):
)
def format_datetime_short_12h(date):
def format_datetime_text(date):
# example: February 20, 2024 at 07:00 PM US/Eastern
return "{} at {} {}".format(
format_date_normal(date), format_time_12h(date), get_user_preferred_timezone()