diff --git a/README.md b/README.md index 7c5baba..54e72c9 100644 --- a/README.md +++ b/README.md @@ -480,7 +480,7 @@ from dateutil.tz import UTC, tzlocal, gettz ### Timezone ```python - = UTC # UTC timezone. + = UTC # UTC timezone. London without DST. = tzlocal() # Local timezone. = gettz('/') # Timezone from 'Continent/City_Name' str. ``` diff --git a/index.html b/index.html index 9eadb71..84883ec 100644 --- a/index.html +++ b/index.html @@ -484,7 +484,7 @@ shuffle(<list>) <DTa> = DT.now(<tz>) # Aware datetime from current tz time.

Timezone

-
<tz>     = UTC                              # UTC timezone.
+
<tz>     = UTC                              # UTC timezone. London without DST.
 <tz>     = tzlocal()                        # Local timezone.
 <tz>     = gettz('<Cont.>/<City>')          # Timezone from 'Continent/City_Name' str.