mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Add yet another missing versionchanged.
This commit is contained in:
parent
3f81ba88ae
commit
ee0be40f29
1 changed files with 3 additions and 0 deletions
|
@ -999,6 +999,9 @@ Instance methods:
|
|||
# Convert from UTC to tz's local time.
|
||||
return tz.fromutc(utc)
|
||||
|
||||
.. versionchanged:: 3.3
|
||||
*tz* now can be omitted.
|
||||
|
||||
|
||||
.. method:: datetime.utcoffset()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue