We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 639d87f commit 2f58190Copy full SHA for 2f58190
OpenReservation.Notification/NotificationRequest.cs
@@ -21,7 +21,7 @@ public string GetMessage()
21
22
return TimeFormat is null
23
? $"{Text}\n[{Signature}]"
24
- : $"{Text}\n[{Signature}] {DateTimeOffset.Now.ToString(TimeFormat)}"
+ : $"{Text}\n[{Signature}] {DateTime.UtcNow.AddHours(8).ToString(TimeFormat)}"
25
;
26
}
27
0 commit comments