commit | 503ce5c482cb267b0770bc46c315d5cf822bdca9 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Sat Dec 01 00:39:36 2018 +0100 |
committer | GitHub <noreply@github.com> | Sat Dec 01 00:39:36 2018 +0100 |
tree | 3189ebbcf39aedf93747dfcc686f6e955f0701b2 | |
parent | 7212148c95947b0fdfcb0c8e37d4357287bdb4bd [diff] |
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