• Victor Stinner's avatar
    get_gmtoff() now returns time_t (GH-10838) · 503ce5c4
    Victor Stinner authored
    get_gmtoff() now returns time_t instead of int to fix the following
    Visual Studio warning:
    
        Modules\timemodule.c(1183): warning C4244: 'return':
        conversion from 'time_t' to 'int', possible loss of data
    503ce5c4
timemodule.c 51 KB