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 6a5a76f commit bd8099fCopy full SHA for bd8099f
README.md
@@ -491,8 +491,6 @@ import pytz
491
<tz> = pytz.timezone('<Cont.>/<City>') # Timezone from 'Continent/City' string.
492
<DTa> = <DT>.astimezone(<tz>) # Datetime converted to passed timezone.
493
<Ta/DTa> = <T/DT>.replace(tzinfo=<tz>) # Unconverted object with new timezone.
494
-<TD> = <T/DT>.utcoffset() # Timezone's current offset from UTC.
495
-<TD> = <T/DT>.dst() # Daylight saving time offset.
496
```
497
498
### Encode
0 commit comments