Open tregoning opened 7 years ago
Hi I would expect these two values to be identical (after rounded/floored/ceiled) but they are not
moment(1486434188218).round(86400, 'seconds').valueOf(); moment(1486434158055).round(86400, 'seconds').valueOf();
It's possible I'm missing something but it look like a bug to me.
Hi I would expect these two values to be identical (after rounded/floored/ceiled) but they are not
moment(1486434188218).round(86400, 'seconds').valueOf(); moment(1486434158055).round(86400, 'seconds').valueOf();
It's possible I'm missing something but it look like a bug to me.