Thanks to visit codestin.com Credit goes to github.com
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 01524d0 commit b01c39bCopy full SHA for b01c39b
1 file changed
Doc/lib/libdatetime.tex
@@ -1055,8 +1055,8 @@ \subsection{\class{tzinfo} Objects \label{datetime-tzinfo}}
1055
1056
\begin{methoddesc}{dst}{self, dt}
1057
Return the daylight saving time (DST) adjustment, in minutes east of
1058
- UTC, or \code{None} if DST information isn't known. Return \code{0} if
1059
- DST is not in effect.
+ UTC, or \code{None} if DST information isn't known. Return
+ \code{timedelta(0)} if DST is not in effect.
1060
If DST is in effect, return the offset as a
1061
\class{timedelta} object (see \method{utcoffset()} for details).
1062
Note that DST offset, if applicable, has
0 commit comments