• Victor Stinner's avatar
    tmtotuple(): use time_t for gmtoff (#1276) · 0d659e56
    Victor Stinner authored
    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
    0d659e56
timemodule.c 42.2 KB