Skip to content

Commit

Permalink
Updated the time stamp to mark it as UTC in support of #464.
Browse files Browse the repository at this point in the history
  • Loading branch information
uncheckederror committed Oct 20, 2024
1 parent d24ede3 commit 27a17f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Messaging/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@
var myUri = new Uri(client.CallbackUrl);
string fbxClientDomain = myUri.GetLeftPart(System.UriPartial.Authority);
string messageLink = $"<hr/><p>Reply in <a href='{fbxClientDomain}' target='_blank'>Web Texting</a> from <a href='https://acceleratenetworks.com/Phones/WebTexting' target='_blank'>Accelerate Networks</a> 🚀</p>";
string messageContext = $"<p>You've received a new text message from {toForward.From} to {client.AsDialed} at {toForward.DateReceivedUTC.ToLocalTime()}.</p>";
string messageContext = $"<p>You've received a new text message from {toForward.From} to {client.AsDialed} at {toForward.DateReceivedUTC} UTC.</p>";
var email = new EmailMessage
{
Expand Down

0 comments on commit 27a17f1

Please sign in to comment.