Skip to content

Commit b05410f

Browse files
committed
fix: Update date formatting to use formatTime
Show the Time and Timezone in the overview page instead of showing date twice. Format the date using the formatTime filters to display the proper date and time in the overview page. Before it shows date twice, In the place of time it shows date. Change-Id: Ibd8211530750091c03f788106bfb78097be2b2d8 Signed-off-by: Surya Venkatesan <[email protected]>
1 parent b9a0133 commit b05410f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Overview/OverviewQuickLinks.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<dt>{{ $t('pageOverview.bmcTime') }}</dt>
77
<dd v-if="bmcTime" data-test-id="overviewQuickLinks-text-bmcTime">
88
{{ $filters.formatDate(bmcTime) }}
9-
{{ $filters.formatDate(bmcTime) }}
9+
{{ $filters.formatTime(bmcTime) }}
1010
</dd>
1111
<dd v-else>--</dd>
1212
</dl>

0 commit comments

Comments
 (0)