|
|
@ -579,7 +579,7 @@ Point(x=<span class="hljs-number">1</span>, y=<span class="hljs-number">2</span> |
|
|
|
<TD> = <D/DTn> - <D/DTn> <span class="hljs-comment"># Ignores jumps. Convert to UTC for actual delta.</span> |
|
|
|
<TD> = <DTa> - <DTa> <span class="hljs-comment"># Ignores time jumps if they share tzinfo object.</span> |
|
|
|
<D/DT> = <D/DT> ± <TD> <span class="hljs-comment"># Returned datetime can fall into missing hour.</span> |
|
|
|
<TD> = <TD> * <int/float> <span class="hljs-comment"># Also: <TD> = abs(<TD>) and <TD> = <TD> ±% <TD>.</span> |
|
|
|
<TD> = <TD> * <float> <span class="hljs-comment"># Also: <TD> = abs(<TD>) and <TD> = <TD> ±% <TD>.</span> |
|
|
|
<float> = <TD> / <TD> <span class="hljs-comment"># How many weeks/years there are in TD. Also //.</span> |
|
|
|
</code></pre></div> |
|
|
|
|
|
|
|