Skip to content

Commit

Permalink
Fixed trip start/end formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
the-bay-kay committed Nov 21, 2023
1 parent 9a20378 commit d27cefe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/js/diary/diaryHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,5 +197,5 @@ export function getLocalTimeString(dt) {
hour: dt.hour,
minute: dt.minute,
});
return dateTime.toFormat('hh:mm a');
return dateTime.toFormat('h:mm a');
}

0 comments on commit d27cefe

Please sign in to comment.