commit | d669154ee52048f98ac63ba177f3fd1cf62f0174 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Nov 27 03:57:56 2018 -0800 |
committer | GitHub <noreply@github.com> | Tue Nov 27 03:57:56 2018 -0800 |
tree | 361b2406c733a7b163303e817e04c82e8c52352e | |
parent | 7f9fb0f34555641722be5468b7fbd53dd3c0f1e2 [diff] |
bpo-35317: Fix mktime() error in test_email (GH-10721) Fix mktime() overflow error in test_email: run test_localtime_daylight_true_dst_true() and test_localtime_daylight_false_dst_true() with a specific timezone. (cherry picked from commit cfaafda8e3e19764682abb4bd4c574accb784c42) Co-authored-by: Victor Stinner <vstinner@redhat.com>