Skip to content

Commit a9c52e4

Browse files
committed
Datetime
1 parent c7812ab commit a9c52e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,10 +650,10 @@ from dateutil.tz import UTC, tzlocal, gettz
650650

651651
### Arithmetics
652652
```python
653+
<TD> = <D/DT> - <D/DT>
653654
<D/DT> = <D/DT> ± <TD>
654655
<TD> = <TD> ± <TD>
655656
<TD> = <TD> */ <real>
656-
<float> = <TD> / <TD>
657657
```
658658

659659

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -694,10 +694,10 @@
694694
<li><strong>When parsing, <code class="python hljs"><span class="hljs-string">'%z'</span></code> also accepts <code class="python hljs"><span class="hljs-string">'±HH:MM'</span></code>.</strong></li>
695695
<li><strong>For abbreviated weekday and month use <code class="python hljs"><span class="hljs-string">'%a'</span></code> and <code class="python hljs"><span class="hljs-string">'%b'</span></code>.</strong></li>
696696
</ul>
697-
<div><h3 id="arithmetics">Arithmetics</h3><pre><code class="python language-python apache hljs">&lt;D/DT&gt; = &lt;D/DT&gt; ± &lt;TD&gt;
697+
<div><h3 id="arithmetics">Arithmetics</h3><pre><code class="python language-python apache hljs">&lt;TD&gt; = &lt;D/DT&gt; - &lt;D/DT&gt;
698+
&lt;D/DT&gt; = &lt;D/DT&gt; ± &lt;TD&gt;
698699
&lt;TD&gt; = &lt;TD&gt; ± &lt;TD&gt;
699700
&lt;TD&gt; = &lt;TD&gt; */ &lt;real&gt;
700-
&lt;float&gt; = &lt;TD&gt; / &lt;TD&gt;
701701
</code></pre></div>
702702

703703
<div><h2 id="arguments"><a href="#arguments" name="arguments">#</a>Arguments</h2><div><h3 id="insidefunctioncall">Inside Function Call</h3><pre><code class="python language-python hljs">&lt;function&gt;(&lt;positional_args&gt;) <span class="hljs-comment"># f(0, 0)</span>

0 commit comments

Comments
 (0)