fix: luxon seconds precisions
This commit is contained in:
parent
0f1568b8a0
commit
781fd21474
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ var AgeModule = (function () {
|
|||
day: days,
|
||||
hour: hours,
|
||||
minute: minutes,
|
||||
second: seconds,
|
||||
second: Math.round(seconds),
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue