From c15e562a959c6f862ff7c7a80d4e3194081db177 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Thu, 7 Mar 2019 08:41:08 +0100 Subject: [PATCH] show UTC --- views/index.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/index.phtml b/views/index.phtml index 0a25061..aa9b1ff 100644 --- a/views/index.phtml +++ b/views/index.phtml @@ -22,7 +22,7 @@ getName() ?>.stub.php
Last modified: - format("Y-m-d H:i:s") ?> + setTimezone(new DateTimezone("UTC"))->format("Y-m-d H:i:s T") ?> -- 2.30.2