mirror of
https://github.com/standardebooks/web.git
synced 2025-07-18 04:16:38 -04:00
Tweak VCS timestamp representation
This commit is contained in:
parent
61bbb06211
commit
f1c6e54bb1
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ catch(\Exception $ex){
|
|||
<ol>
|
||||
<? foreach($ebook->GitCommits as $commit){ ?>
|
||||
<li>
|
||||
<time datetime="<?= $commit->Timestamp->format(DateTime::RFC3339) ?>"><?= $commit->Timestamp->format('Y-m-d') ?></time>
|
||||
<time datetime="<?= $commit->Timestamp->format(DateTime::RFC3339) ?>"><?= $commit->Timestamp->format('M j, Y') ?></time>
|
||||
<p><?= Formatter::ToPlainText($commit->Message) ?></p>
|
||||
</li>
|
||||
<? } ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue