Skip to content

Commit

Permalink
Update time.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
leokwsw authored Dec 31, 2023
1 parent 1a0f42e commit af575d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/time.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export function getCurrentTime() {
hour: '2-digit',
minute: '2-digit',
second: '2-digit',
hour12: false
hour12: true
};

const formatter = new Intl.DateTimeFormat('en-US', options);
Expand Down

0 comments on commit af575d3

Please sign in to comment.