Home
last modified time | relevance | path

Searched hist:"1 bc2bfb2" (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-webui/app/common/directives/
H A Dapp-header.html1bc2bfb2 Tue May 01 14:00:59 CDT 2018 Gunnar Mills <gmills@us.ibm.com> Move last refresh time format to 'medium'

From https://docs.angularjs.org/api/ng/filter/date:
"'medium': equivalent to 'MMM d, y h:mm:ss a' for en_US locale
(e.g. Sep 3, 2010 12:05:08 PM)"
This is a similar format as to what was present on the GUI
before for en_US.
Letting the browser choose the format, is important.
Still displayed in user's timezone.

Before: 1:52:11 May 01 2018
After: May 1, 2018 1:52:11 PM

Change-Id: Iff2769a22125b1ea4f6f375a6b2b6866438149c5
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>