mirror of
https://github.com/grafana/grafana.git
synced 2025-01-02 12:17:01 -06:00
Make Datetime local (No date if today) working (#31274)
This commit is contained in:
parent
a87dd17501
commit
0253685304
@ -31,6 +31,7 @@ const timeFormats: KeyValue<boolean> = {
|
||||
dateTimeAsUS: true,
|
||||
dateTimeAsUSNoDateIfToday: true,
|
||||
dateTimeAsLocal: true,
|
||||
dateTimeAsLocalNoDateIfToday: true,
|
||||
dateTimeFromNow: true,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user