Skip to content

Commit 3f5b66c

Browse files
committed
Datetime
1 parent 99e545b commit 3f5b66c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ from dateutil.tz import UTC, tzlocal, gettz, datetime_exists, resolve_imaginary
602602
```
603603
* **Use `'<D/DT>.weekday()'` to get the day of the week (Mon == 0).**
604604
* **`'fold=1'` means the second pass in case of time jumping back for one hour.**
605-
* **TD converts and normalizes args to ±days, seconds (< 86,400) and microseconds (< 1M).**
605+
* **TD converts and normalizes args to ±days, seconds (< 86400) and microseconds (< 1M).**
606606

607607
### Now
608608
```python

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@
530530
<ul>
531531
<li><strong>Use <code class="python hljs"><span class="hljs-string">'&lt;D/DT&gt;.weekday()'</span></code> to get the day of the week (Mon == 0).</strong></li>
532532
<li><strong><code class="python hljs"><span class="hljs-string">'fold=1'</span></code> means the second pass in case of time jumping back for one hour.</strong></li>
533-
<li><strong>TD converts and normalizes args to ±days, seconds (&lt; 86,400) and microseconds (&lt; 1M).</strong></li>
533+
<li><strong>TD converts and normalizes args to ±days, seconds (&lt; 86400) and microseconds (&lt; 1M).</strong></li>
534534
</ul>
535535
<div><h3 id="now">Now</h3><pre><code class="python language-python hljs">&lt;D/DTn&gt; = D/DT.today() <span class="hljs-comment"># Current local date or naive datetime.</span>
536536
&lt;DTn&gt; = DT.utcnow() <span class="hljs-comment"># Naive datetime from current UTC time.</span>

0 commit comments

Comments
 (0)