get_gmtoff() now returns time_t (GH-10838)
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 V
Victor Stinner committed
503ce5c482cb267b0770bc46c315d5cf822bdca9
Parent: 7212148
Committed by GitHub <noreply@github.com>
on 11/30/2018, 11:39:36 PM