From bd8099f0dbf88866cdadd2f9cf34eeaa4513276b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jure=20=C5=A0orn?= Date: Fri, 15 Mar 2019 03:04:23 +0100 Subject: [PATCH] Datetime fix --- README.md | 2 -- 1 file changed, 2 deletions(-) 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