My colleague and I are obtaining different results from some unit tests that use strtotime.
The discrepancy originates in this line:
$value = strtotime(
It's likely related to 32-bit vs 64-bit. Timestamps in the year 2050 are larger than 32 bits.