mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
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…
x
Reference in New Issue
Block a user