<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Feb 14, 2019 at 9:07 AM Paul Ganssle <<a href="mailto:paul@ganssle.io">paul@ganssle.io</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF">
    <p>I don't think it's totally unreasonable to have other total_X()
      methods, where X would be days, hours, minutes and microseconds</p></div></blockquote><div>I do.  I was against adding the total_seconds() method to begin with because the same effect can be achieved with</div><div><br></div><div>delta / timedelta(seconds=1)</div><div><br></div><div>this is easily generalized to</div><div><br></div><div>delta / timedelta(X=1)<br></div><div><br></div><div>where X can be days, hours, minutes or microseconds.<br></div><div> </div></div></div>