1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Migrate away from strftime

This commit is contained in:
Sara Golemon
2021-07-05 14:47:20 +00:00
parent 22f0d88721
commit ae006c3288
4 changed files with 35 additions and 17 deletions

View File

@@ -91,7 +91,7 @@ site_header("Information About This PHP Mirror Site", array("current" => "commun
<h2>Mirror Status</h2>
<ul>
<li>The site was last updated at <?php echo strftime("%c %Z", $LAST_UPDATED); ?></li>
<li>The site was last updated at <?php echo date('r', $LAST_UPDATED); ?></li>
</ul>
<?php site_footer(); ?>