Merge pull request !2915 from rhodecode-enterprise-ce fix/luxon_seconds_fix
fix: luxon seconds precisions
This commit is contained in:
commit
2e28b3876b
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ var AgeModule = (function () {
|
||||||
day: days,
|
day: days,
|
||||||
hour: hours,
|
hour: hours,
|
||||||
minute: minutes,
|
minute: minutes,
|
||||||
second: seconds,
|
second: Math.round(seconds),
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue