We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf0035 commit b4e2fadCopy full SHA for b4e2fad
roots-nextdatagov/templates/content-harvest-metrics.php
@@ -66,7 +66,7 @@
66
<strong>Total datasets</strong> <span><?php echo $harvest->total_datasets ?></span></br >
67
<strong>Url</strong><span> <a href="<?php echo $harvest->url ?>" target="_blank"><?php echo $harvest->url ?></a></span><br/>
68
<br/><em style="font-weight: bold;">Latest Harvest Job</em><br/>
69
- <strong>Run on</strong><span><?php echo $harvest->gather_finished ?></span><br/>
+ <strong>Run on</strong><span><?php echo date("l, d-M-Y H:i:s T", strtotime('$harvest->gather_finished' . ' UTC') ?></span><br/>
70
<?php if ($harvest->errored): ?>
71
<strong>Errors</strong> <?php echo $harvest->errored ?><br/>
72
<?php endif; ?>
0 commit comments