diff --git a/README.md b/README.md index 52ef8bc..387cb1c 100644 --- a/README.md +++ b/README.md @@ -491,8 +491,6 @@ import pytz = pytz.timezone('/') # Timezone from 'Continent/City' string. =
.astimezone() # Datetime converted to passed timezone. = .replace(tzinfo=) # Unconverted object with new timezone. - = .utcoffset() # Timezone's current offset from UTC. - = .dst() # Daylight saving time offset. ``` ### Encode