Skip to content

Commit 2f58190

Browse files
committed
update message time
1 parent 639d87f commit 2f58190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenReservation.Notification/NotificationRequest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public string GetMessage()
2121

2222
return TimeFormat is null
2323
? $"{Text}\n[{Signature}]"
24-
: $"{Text}\n[{Signature}] {DateTimeOffset.Now.ToString(TimeFormat)}"
24+
: $"{Text}\n[{Signature}] {DateTime.UtcNow.AddHours(8).ToString(TimeFormat)}"
2525
;
2626
}
2727
}

0 commit comments

Comments
 (0)