Closed Sebbo94BY closed 1 year ago
Simplifies the conversion of seconds to a human readable format by using a PHP built-in function. This also solves the conversion problem reported in the issue #194.
See https://www.php.net/manual/de/class.datetime.php and https://php.watch/versions/8.1/deprecate-implicit-conversion-incompatible-float-string for further information.
Closes #194
I guess, we can simply merge this change or what do you think about it @ronindesign ?
Thank you for the contribution!
Simplifies the conversion of seconds to a human readable format by using a PHP built-in function. This also solves the conversion problem reported in the issue #194.
See https://www.php.net/manual/de/class.datetime.php and https://php.watch/versions/8.1/deprecate-implicit-conversion-incompatible-float-string for further information.
Closes #194