mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
Make Datetime local (No date if today) working (#31274)
This commit is contained in:
@@ -31,6 +31,7 @@ const timeFormats: KeyValue<boolean> = {
|
||||
dateTimeAsUS: true,
|
||||
dateTimeAsUSNoDateIfToday: true,
|
||||
dateTimeAsLocal: true,
|
||||
dateTimeAsLocalNoDateIfToday: true,
|
||||
dateTimeFromNow: true,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user