commit | 0d659e5614cad512a1940125135b443b3eecb5d7 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Apr 25 01:22:42 2017 +0200 |
committer | GitHub <noreply@github.com> | Tue Apr 25 01:22:42 2017 +0200 |
tree | 29cebf34082c5e0f748b2a177d39c6fff3f44c6b | |
parent | 4bcfa3a2363c30d406c6826e291b30c33a649d18 [diff] |
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