now it behaves the same

ENGINE-780-take2 Release_2.1.0-RC23
Volker Birk 2020-07-30 14:35:33 +02:00
parent 72b0f89205
commit 065b5463b8
1 changed files with 1 additions and 0 deletions

View File

@ -406,6 +406,7 @@ DYNAMIC_API time_t timegm(timestamp *timeptr)
if (!timeptr)
return -1;
timeptr->tm_gmtoff = 0;
time_t result = _mkgmtime((struct tm *) timeptr);
if (result == -1)
return -1;