const D = new Date(1e3 * seconds);
const days = D.getUTCDate() - 1;
const hours = D.getUTCHours();
const minutes = D.getUTCMinutes();
seconds = D.getUTCSeconds();
(i - 1) % 9 + 1;
i % 9
! Пусть так остаётся, нагляднее )// получить первую цифру числа (First Digit, fd)
const fd = (v) => (v / Math.pow(10, Math.log10(v) | 0)) | 0;
fd(123) // 1
console.log()