Closed totoprayogo1916 closed 3 years ago
At the doc: https://codeigniter4.github.io/userguide/libraries/time.html#viewing-differences
Describe the bug The result is not equal, one is positive value and the other is negative value
echo $diff->getSeconds(); // return: -220924800 echo $diff->seconds; // return: 220924800
CodeIgniter 4 version v4.1.1
I think the property value is a bug. The user guide is correct. See #4453
At the doc: https://codeigniter4.github.io/userguide/libraries/time.html#viewing-differences
Describe the bug The result is not equal, one is positive value and the other is negative value
CodeIgniter 4 version v4.1.1