Added the name of the day

This commit is contained in:
Thorsten Sommer 2026-01-15 22:12:32 +01:00
parent 51afc0a674
commit 64277d090d
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -189,7 +189,7 @@ public sealed record ChatThread
var nowLocal = DateTime.Now; var nowLocal = DateTime.Now;
var currentDateTime = string.Create( var currentDateTime = string.Create(
new CultureInfo("en-US"), 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 $""" return $"""