Description
After changing
cur.ToString(CultureInfo.CurrentCulture.DateTimeFormat.LongTimePattern);
to
cur.ToString(System.Threading.Thread.CurrentThread.CurrentUICulture.DateTimeFormat.LongTimePattern);
in REV 20628 on some systems appeared seconds which have not been displayed before.
h4. Steps to Reproduce
Start up MP.
See home screen.
cur.ToString(CultureInfo.CurrentCulture.DateTimeFormat.LongTimePattern);
to
cur.ToString(System.Threading.Thread.CurrentThread.CurrentUICulture.DateTimeFormat.LongTimePattern);
in REV 20628 on some systems appeared seconds which have not been displayed before.
h4. Steps to Reproduce
Start up MP.
See home screen.