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:
@@ -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(); ?>
|
||||
|
||||
Reference in New Issue
Block a user