mirror of
https://github.com/standardebooks/web.git
synced 2025-07-18 12:26:39 -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>
|
<ol>
|
||||||
<? foreach($ebook->GitCommits as $commit){ ?>
|
<? foreach($ebook->GitCommits as $commit){ ?>
|
||||||
<li>
|
<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>
|
<p><?= Formatter::ToPlainText($commit->Message) ?></p>
|
||||||
</li>
|
</li>
|
||||||
<? } ?>
|
<? } ?>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue