We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41c1c48 commit 489de09Copy full SHA for 489de09
README.md
@@ -488,7 +488,7 @@ import pytz
488
```python
489
<tz> = pytz.utc # UTC timezone.
490
<tz> = pytz.timezone('<Cont.>/<City>') # Timezone from 'Continent/City' string.
491
-<DTa> = <DT>.astimezone(<tz>) # Datetime converted to passed timezone.
+<DTa> = <DT>.astimezone(<tz>) # Datetime, converted to passed timezone.
492
<Ta/DTa> = <T/DT>.replace(tzinfo=<tz>) # Unconverted object with new timezone.
493
```
494
0 commit comments