moment / luxon

⏱ A library for working with dates and times in JS
https://moment.github.io/luxon
MIT License
15.05k stars 728 forks source link

extended jsdoc about duration and units #1564

Open ptandler opened 6 months ago

ptandler commented 6 months ago

especially when using Duration#diff or Duration#shiftTo

linux-foundation-easycla[bot] commented 6 months ago

CLA Signed

The committers listed above are authorized under a signed CLA.

ptandler commented 5 months ago

@icambron After understanding a bug I had using Luxon, I thought it might be a good idea to add a bit to the documentation so others might prevent running into the same problem.