Skip to content

Commit

Permalink
fix: use 24hr clock
Browse files Browse the repository at this point in the history
  • Loading branch information
rvcas committed Aug 31, 2024
1 parent 1115654 commit d4465db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/explorer/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
hour: 'numeric',
minute: 'numeric',
second: 'numeric',
hour12: false,
})}
</div>
</div>
Expand Down

0 comments on commit d4465db

Please sign in to comment.