<div>Hi!</div><div> </div><div>This method doesn&#39;t seem to be implemented. From <a href="http://docs.python.org/library/datetime.html">http://docs.python.org/library/datetime.html</a> : </div><div><div> </div><div><dt style="font:16px/normal sans-serif;color:rgb(0,0,0);text-transform:none;text-indent:0px;letter-spacing:normal;word-spacing:0px;white-space:normal;font-size-adjust:none;font-stretch:normal;background-color:rgb(255,255,255)" id="datetime.timedelta.total_seconds">
<tt style="padding:0px 1px;font-size:0.95em;background-color:transparent" class="descclassname">timedelta.</tt><tt style="padding:0px 1px;font-size:1.2em;font-weight:bold;background-color:transparent" class="descname">total_seconds</tt><big>(</big><big>)</big><a style="padding:0px 4px;color:rgb(198,15,15);font-size:0.8em;text-decoration:none" class="headerlink" title="Permalink to this definition" href="http://docs.python.org/library/datetime.html#datetime.timedelta.total_seconds"></a></dt>
<dd style="font:16px/20px sans-serif;text-align:justify;color:rgb(0,0,0);text-transform:none;text-indent:0px;letter-spacing:normal;margin-top:3px;margin-bottom:10px;margin-left:30px;word-spacing:0px;white-space:normal;font-size-adjust:none;font-stretch:normal;background-color:rgb(255,255,255)">
<p style="text-align:justify;line-height:20px;margin-top:0px">Return the total number of seconds contained in the duration. Equivalent to<span class="Apple-converted-space"> </span><tt style="padding:0px 1px;font-size:0.95em;background-color:rgb(236,240,243)" class="docutils literal"><span class="pre">(td.microseconds</span><span class="Apple-converted-space"> </span><span class="pre">+</span><span class="Apple-converted-space"> </span><span class="pre">(td.seconds</span><span class="Apple-converted-space"> </span><span class="pre">+</span><span class="Apple-converted-space"> </span><span class="pre">td.days</span><span class="Apple-converted-space"> </span><span class="pre">*</span><span class="Apple-converted-space"> </span><span class="pre">24</span><span class="Apple-converted-space"> </span><span class="pre">*</span><span class="Apple-converted-space"> </span><span class="pre">3600)</span><span class="Apple-converted-space"> </span><span class="pre">*</span><span class="Apple-converted-space"> </span><span class="pre">10**6)</span><span class="Apple-converted-space"> </span><span class="pre">/</span><span class="pre">10**6</span></tt><span class="Apple-converted-space"> </span>computed with true division enabled.</p>
<p style="text-align:justify;line-height:20px;margin-top:0px">Note that for very large time intervals (greater than 270 years on most platforms) this method will lose microsecond accuracy.</p><p style="text-align:justify;line-height:20px;margin-top:0px" class="versionadded">
<span style="font-style:italic" class="versionmodified"><font style="background-color:rgb(255,255,51)">New in version 2.7.</font></span></p></dd></div><div> </div></div><div>Best regards!</div><div>Mello</div>