Skip to content

Commit

Permalink
12 hour time in profile card
Browse files Browse the repository at this point in the history
  • Loading branch information
wyatt-avilla committed Jun 21, 2024
1 parent a9870af commit 4ac468f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/profile/card.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ pub fn Card() -> Html {
gap: 5px;
"#)}>
{ clock_svg }
{ Utc::now().with_timezone(&Pacific).format("%H:%M %p") }
{ Utc::now().with_timezone(&Pacific).format("%l:%M %p") }
</div>
</div>
</div>
Expand Down

0 comments on commit 4ac468f

Please sign in to comment.