Pinned Loading
-
Formatting time function with days a...
Formatting time function with days and weeks. 1/* Polyfill for Math.trunc */
2if (Math.trunc == null) {
3Math.trunc = function (/** @type {number} */ x) {
4var n = +x
5return (n > 0 ? Math.floor : Math.ceil)(n)
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.