WebDevTmas / moment-round

Plugin for momentjs to round time in dates.
Other
47 stars 75 forks source link

Potential bug #9

Open tregoning opened 7 years ago

tregoning commented 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.