Skip to content

Commit

Permalink
Merge pull request #22 from magento-gl/Mainline_PR_24012022
Browse files Browse the repository at this point in the history
Mainline pr 24012022
  • Loading branch information
sidolov authored Jan 25, 2022
2 parents 4b5f8ae + b86c99c commit b365a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AdobeIms/Model/LogIn.php
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ private function getExpiresTime(int $expiresIn): string
{
return $this->dateTime->gmtDate(
self::DATE_FORMAT,
$this->dateTime->gmtTimestamp() + $expiresIn / 1000
$this->dateTime->gmtTimestamp() + (int)round($expiresIn / 1000)
);
}
}

0 comments on commit b365a98

Please sign in to comment.