SIGN IN SIGN UP

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
V
Victor Stinner committed
0d659e5614cad512a1940125135b443b3eecb5d7
Parent: 4bcfa3a
Committed by GitHub <noreply@github.com> on 4/24/2017, 11:22:42 PM