mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Issue #9527: tm_gmtoff has 'correct' sign.
This commit is contained in:
parent
5f6213be2d
commit
93c9cd07b6
4 changed files with 11 additions and 13 deletions
|
|
@ -545,7 +545,7 @@ The module defines the following functions and data items:
|
|||
+-------+-------------------+---------------------------------+
|
||||
| N/A | :attr:`tm_zone` | abbreviation of timezone name |
|
||||
+-------+-------------------+---------------------------------+
|
||||
| N/A | :attr:`tm_gmtoff` | offset from UTC in seconds |
|
||||
| N/A | :attr:`tm_gmtoff` | offset east of UTC in seconds |
|
||||
+-------+-------------------+---------------------------------+
|
||||
|
||||
Note that unlike the C structure, the month value is a range of [1, 12], not
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue