<div dir="ltr">Hi Michael,<br><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Feb 16, 2017 at 7:29 PM, Michael Nascimento <span dir="ltr"><<a href="mailto:misterm@gmail.com" target="_blank">misterm@gmail.com</a>></span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Since Duration is really just seconds and milliseconds and any conversion is always flat (in the sense it doesn't take into account daylight savings time, for instance), I find it way less useful to support than Period and arbitrary TemporalAmounts (such as <a href="http://www.threeten.org/threeten-extra/apidocs/org/threeten/extra/Days.html" target="_blank">http://www.threeten.org/<wbr>threeten-extra/apidocs/org/<wbr>threeten/extra/Days.html</a> ).</div></div></blockquote><div><br></div><div>The first PR of Marko contained the Period support. The issue is that Period is not comparable and there is no easy way to compare 2 periods so we decided to not implement it for now. The typical issue we had is how do you compare 1 month and 30 days.</div><div><br></div><div>As for supporting threeten-extra, it wouldn't be done in the spec anyway. But we are open to consider it for HV (as we did for Joda a long time ago). PR welcome!</div><div><br></div><div>-- </div><div>Guillaume</div></div></div></div>