Skip to content

Commit

Permalink
force 24h clock in display
Browse files Browse the repository at this point in the history
  • Loading branch information
nkoexe committed Nov 6, 2024
1 parent fa13ea4 commit b3f7fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sostituzioni/view/static/scripts/display/ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const userLocale =
// struttura: { unixtimestamp: func }
let tasks = {}

const options_ora = { 'hour': '2-digit', 'minute': '2-digit', 'second': '2-digit' }
const options_ora = { 'hour': '2-digit', 'minute': '2-digit', 'second': '2-digit', 'hourCycle': 'h23' }
const options_giorno = { 'day': '2-digit' }
const options_data = { 'month': 'long', 'year': 'numeric' }

Expand Down

0 comments on commit b3f7fc1

Please sign in to comment.