Skip to content

Commit

Permalink
ampm
Browse files Browse the repository at this point in the history
  • Loading branch information
taylormonacelli committed Nov 21, 2024
1 parent 93f8348 commit 5e12bcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/americansouth/formatter.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ def format_time(dt: datetime.datetime) -> str:
)
return (
pst_time.strftime("%a %b %d %I:%M %p %Y")
.replace(" PM", " pm")
.replace(" AM", " am")
.replace(" PM", "pm")
.replace(" AM", "am")
)

0 comments on commit 5e12bcf

Please sign in to comment.