Skip to content

Commit bd8099f

Browse files
committed
Datetime fix
1 parent 6a5a76f commit bd8099f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -491,8 +491,6 @@ import pytz
491491
<tz> = pytz.timezone('<Cont.>/<City>') # Timezone from 'Continent/City' string.
492492
<DTa> = <DT>.astimezone(<tz>) # Datetime converted to passed timezone.
493493
<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.
496494
```
497495

498496
### Encode

0 commit comments

Comments
 (0)