Skip to content

Commit 5dd5a4b

Browse files
committed
Datetime
1 parent 147a26e commit 5dd5a4b

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
@@ -480,7 +480,7 @@ from dateutil.tz import UTC, tzlocal, gettz
480480

481481
### Timezone
482482
```python
483-
<tz> = UTC # UTC timezone.
483+
<tz> = UTC # UTC timezone. London without DST.
484484
<tz> = tzlocal() # Local timezone.
485485
<tz> = gettz('<Cont.>/<City>') # Timezone from 'Continent/City_Name' str.
486486
```

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ <h3 id="now">Now</h3>
484484
&lt;DTa&gt; = DT.now(&lt;tz&gt;) <span class="hljs-comment"># Aware datetime from current tz time.</span>
485485
</code></pre>
486486
<h3 id="timezone">Timezone</h3>
487-
<pre><code class="python language-python hljs">&lt;tz&gt; = UTC <span class="hljs-comment"># UTC timezone.</span>
487+
<pre><code class="python language-python hljs">&lt;tz&gt; = UTC <span class="hljs-comment"># UTC timezone. London without DST.</span>
488488
&lt;tz&gt; = tzlocal() <span class="hljs-comment"># Local timezone.</span>
489489
&lt;tz&gt; = gettz(<span class="hljs-string">'&lt;Cont.&gt;/&lt;City&gt;'</span>) <span class="hljs-comment"># Timezone from 'Continent/City_Name' str.</span>
490490
</code></pre>

0 commit comments

Comments
 (0)