parent
3fced8472b
commit
8d6d52f9db
|
@ -268,8 +268,7 @@ class Monitoring_TimelineController extends Controller
|
||||||
*/
|
*/
|
||||||
private function getTimeFormat()
|
private function getTimeFormat()
|
||||||
{
|
{
|
||||||
// TODO(mh): Missing localized format (#6077)
|
return 'H:i';
|
||||||
return 'g:i A';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -279,7 +278,6 @@ class Monitoring_TimelineController extends Controller
|
||||||
*/
|
*/
|
||||||
private function getDateFormat()
|
private function getDateFormat()
|
||||||
{
|
{
|
||||||
// TODO(mh): Missing localized format (#6077)
|
return 'Y-m-d';
|
||||||
return 'd/m/Y';
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue