From 64277d090dbd2d6dca6114fa6f3da8d37a300948 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Thu, 15 Jan 2026 22:12:32 +0100 Subject: [PATCH] Added the name of the day --- app/MindWork AI Studio/Chat/ChatThread.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/MindWork AI Studio/Chat/ChatThread.cs b/app/MindWork AI Studio/Chat/ChatThread.cs index 26c3d4d2..78858cd2 100644 --- a/app/MindWork AI Studio/Chat/ChatThread.cs +++ b/app/MindWork AI Studio/Chat/ChatThread.cs @@ -189,7 +189,7 @@ public sealed record ChatThread var nowLocal = DateTime.Now; var currentDateTime = string.Create( new CultureInfo("en-US"), - $"Today is {nowUtc:MMMM d, yyyy h:mm tt} (UTC) and {nowLocal:MMMM d, yyyy h:mm tt} (local time)." + $"Today is {nowUtc:dddd, MMMM d, yyyy h:mm tt} (UTC) and {nowLocal:dddd, MMMM d, yyyy h:mm tt} (local time)." ); return $"""