Skip to content

Commit

Permalink
Merge pull request #185 from mbehr1/fix/search_subms_prec
Browse files Browse the repository at this point in the history
fix(search): use full .1ms precision
  • Loading branch information
mbehr1 authored Jan 3, 2024
2 parents 3d3ab9c + 4a4184c commit ae62279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panels/SearchPanel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ export class SearchPanelProvider implements WebviewViewProvider {
return {
index: m.index,
receptionTimeInMs: m.receptionTimeInMs,
calculatedTimeInMs: doc.provideTimeByMsg(m)?.valueOf(),
calculatedTimeInMs: doc.provideTimeByMsgInMs(m),
timeStamp: m.timeStamp,
ecu: m.ecu,
mcnt: m.mcnt,
Expand Down

0 comments on commit ae62279

Please sign in to comment.