diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-04-24 23:22:42 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-24 23:22:42 (GMT) |
commit | 0d659e5614cad512a1940125135b443b3eecb5d7 (patch) | |
tree | 29cebf34082c5e0f748b2a177d39c6fff3f44c6b /Misc/README.AIX | |
parent | 4bcfa3a2363c30d406c6826e291b30c33a649d18 (diff) | |
download | cpython-0d659e5614cad512a1940125135b443b3eecb5d7.zip cpython-0d659e5614cad512a1940125135b443b3eecb5d7.tar.gz cpython-0d659e5614cad512a1940125135b443b3eecb5d7.tar.bz2 |
tmtotuple(): use time_t for gmtoff (#1276)
timegm() return type is time_t, not int. Use time_t to prevent the
following compiler warning on Windows:
timemodule.c: warning C4244: '=': conversion from 'time_t' to 'int',
possible loss of data
Diffstat (limited to 'Misc/README.AIX')
0 files changed, 0 insertions, 0 deletions