diff --git a/song_of_the_day/Program.cs b/song_of_the_day/Program.cs index 4230016..9fccbbe 100644 --- a/song_of_the_day/Program.cs +++ b/song_of_the_day/Program.cs @@ -131,7 +131,7 @@ pickOfTheDayTimer.OnOccurence += async (s, ea) => SuggestionHelper = suggestion, UserHasSubmitted = false, HasUsedSuggestion = false, - Date = DateTime.Today + Date = DateTime.Today.ToUniversalTime() }; if (luckyUser.SignalMemberId is string signalId) {