diff options
-rw-r--r-- | Doc/lib/libdatetime.tex | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/lib/libdatetime.tex b/Doc/lib/libdatetime.tex index b061d90..f29db5b 100644 --- a/Doc/lib/libdatetime.tex +++ b/Doc/lib/libdatetime.tex @@ -767,8 +767,7 @@ implement all of them. The methods are called by a \class{datetimetz} or \class{timetz} object, passing itself as the argument. A \class{tzinfo} subclass's methods should be prepared to accept a dt argument of \code{None} or of type \class{timetz} or -\class{datetimetz}. If is not \code{None}, and dt.tzinfo is not -\code{None} and not equal to self, an exception should be raised. +\class{datetimetz}. - utcoffset(dt) Return offset of local time from UTC, in minutes east of UTC. If |