Skip to content

Fix #80185: jdtounix() fails after 2037#6288

Closed
cmb69 wants to merge 1 commit intophp:PHP-7.3from
cmb69:cmb/80185
Closed

Fix #80185: jdtounix() fails after 2037#6288
cmb69 wants to merge 1 commit intophp:PHP-7.3from
cmb69:cmb/80185

Conversation

@cmb69
Copy link
Member

@cmb69 cmb69 commented Oct 7, 2020

There is no such thing as the "end of the unix epoch", and if it was,
it would certainly not be 2037-10-11T02:00:00. There is, however,
potential integer overflow which we need to avoid.

There is no such thing as the "end of the unix epoch", and if it was,
it would certainly not be 2037-10-11T02:00:00.  There is, however,
potential integer overflow which we need to avoid.
@cmb69 cmb69 added the Bug label Oct 7, 2020
@php-pulls php-pulls closed this in e857dfa Oct 7, 2020
@cmb69 cmb69 deleted the cmb/80185 branch October 7, 2020 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants