projects
/
mdref
/
mdref
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
ef06f64
)
show UTC
author
Michael Wallner
<mike@php.net>
Thu, 7 Mar 2019 07:41:08 +0000
(08:41 +0100)
committer
Michael Wallner
<mike@php.net>
Thu, 7 Mar 2019 07:41:08 +0000
(08:41 +0100)
views/index.phtml
patch
|
blob
|
history
diff --git
a/views/index.phtml
b/views/index.phtml
index 0a25061bf639283f30e4a619b6d8add5cf7de838..aa9b1ffb3a42f1386270737e45ea2af3f2b21c44 100644
(file)
--- a/
views/index.phtml
+++ b/
views/index.phtml
@@
-22,7
+22,7
@@
<a href="stub?ref=<?= $entry->getName() ?>"><?= $entry->getName() ?>.stub.php</a><br>
<small>
Last modified:
- <?= date_create("@".filemtime($stub))->
format("Y-m-d H:i:s
") ?>
+ <?= date_create("@".filemtime($stub))->
setTimezone(new DateTimezone("UTC"))->format("Y-m-d H:i:s T
") ?>
</small>
</li>
</ul>