Commit 02536853 by Dominik Prokop Committed by GitHub

Make Datetime local (No date if today) working (#31274)

parent a87dd175
......@@ -31,6 +31,7 @@ const timeFormats: KeyValue<boolean> = {
dateTimeAsUS: true,
dateTimeAsUSNoDateIfToday: true,
dateTimeAsLocal: true,
dateTimeAsLocalNoDateIfToday: true,
dateTimeFromNow: true,
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment