From 6e6575777b8195ea7b4c04303e93a7a54bf7b4da Mon Sep 17 00:00:00 2001 From: Dannon Baker Date: Wed, 11 Oct 2023 15:31:16 -0400 Subject: [PATCH] Minor refactoring of TZ inclusion in reports. --- client/src/components/Markdown/Markdown.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/client/src/components/Markdown/Markdown.vue b/client/src/components/Markdown/Markdown.vue index 35c38853cce4..ce5e6381b242 100644 --- a/client/src/components/Markdown/Markdown.vue +++ b/client/src/components/Markdown/Markdown.vue @@ -30,7 +30,7 @@ -
Generated with Galaxy {{ version }} on {{ time }} UTC
+
Generated with Galaxy {{ version }} on {{ time }}
Identifier: {{ markdownConfig.id }}
@@ -147,6 +147,8 @@ export default { year: "numeric", minute: "numeric", hour: "numeric", + timeZoneName: "short", + timeZone: "UTC", }); } return "unavailable";