Some formats can be replaced with the `date` function, for example:
strftime("%Y-%m-%d", $time);
can be replaced with
date("Y-m-d", $time);
Some formats can be replaced with the `date` function, for example:
strftime("%Y-%m-%d", $time);
can be replaced with
date("Y-m-d", $time);