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 de4fd4a commit 7ef8138Copy full SHA for 7ef8138
README.md
@@ -487,7 +487,7 @@ import pytz
487
### Timezone
488
```python
489
<tz> = pytz.utc # UTC timezone.
490
-<tz> = pytz.timezone('<Cont.>/<City>') # Timezone from 'Continent/City' string.
+<tz> = pytz.timezone('<Cont.>/<City>') # Timezone from 'Continent/City_Name' str.
491
<DTa> = <DT>.astimezone(<tz>) # Datetime, converted to passed timezone.
492
<Ta/DTa> = <T/DT>.replace(tzinfo=<tz>) # Unconverted object with new timezone.
493
```
0 commit comments