Post #4012540
2026-07-22 13:02 UTC
@timwolla@phpc.social ended up adding this small helper
https://github.com/bakame-php/tokei/blob/main/lib/Time/Duration.php#L109-L115
Replies (1)
-
@nyamsprod@phpc.social 2026-07-22 13:16
@timwolla@phpc.social I think I can improve it a bit more by not relying on is_int but on intdiv and PHP_INT_MAX instead