From 27a17f1cf0849f4c5dfb8cdfc0803fa2b0df9c4b Mon Sep 17 00:00:00 2001 From: Thomas Ryan Date: Sun, 20 Oct 2024 16:43:25 -0700 Subject: [PATCH] Updated the time stamp to mark it as UTC in support of #464. --- Messaging/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Messaging/Program.cs b/Messaging/Program.cs index b5cca1c2..fce5d11b 100644 --- a/Messaging/Program.cs +++ b/Messaging/Program.cs @@ -589,7 +589,7 @@ var myUri = new Uri(client.CallbackUrl); string fbxClientDomain = myUri.GetLeftPart(System.UriPartial.Authority); string messageLink = $"

Reply in Web Texting from Accelerate Networks 🚀

"; - string messageContext = $"

You've received a new text message from {toForward.From} to {client.AsDialed} at {toForward.DateReceivedUTC.ToLocalTime()}.

"; + string messageContext = $"

You've received a new text message from {toForward.From} to {client.AsDialed} at {toForward.DateReceivedUTC} UTC.

"; var email = new EmailMessage {