mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-13 06:01:37 +00:00
Added the name of the day
This commit is contained in:
parent
51afc0a674
commit
64277d090d
@ -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 $"""
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user