From a034708196855a39ea7b4cd381304a8fb1149c0c Mon Sep 17 00:00:00 2001 From: Michael Lange Date: Tue, 5 Dec 2017 19:12:18 -0800 Subject: [PATCH] Remove UTC timezone tag --- ui/app/templates/allocations/allocation/index.hbs | 2 +- ui/app/templates/components/job-version.hbs | 2 +- ui/tests/acceptance/allocation-detail-test.js | 2 +- ui/tests/acceptance/job-versions-test.js | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/app/templates/allocations/allocation/index.hbs b/ui/app/templates/allocations/allocation/index.hbs index d114f333400..96cb194b5dc 100644 --- a/ui/app/templates/allocations/allocation/index.hbs +++ b/ui/app/templates/allocations/allocation/index.hbs @@ -56,7 +56,7 @@ No message {{/if}} - {{moment-format row.model.events.lastObject.time "MM/DD/YY HH:mm:ss [UTC]"}} + {{moment-format row.model.events.lastObject.time "MM/DD/YY HH:mm:ss"}}