Skip to content

Commit 48c1809

Browse files
Update utils_date.py
1 parent 2c8f72f commit 48c1809

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/backend/utils_date.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
import logging
44
from typing import Optional
55

6+
67
def format_date_for_user(date_str: str, user_locale: Optional[str] = None) -> str:
78
"""
89
Format date based on user's desktop locale preference.

0 commit comments

Comments
 (0)