We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
//moment.js 2.11.2 moment.duration(0.3, 'h').minutes() //18, as expected moment.duration(2.3, 'h').minutes() //17 //?!?
I understand that it's floating point problem, but can we work around this somehow, by not converting everything to milliseconds for instance?