changed reminders to use DateTimeOffset

This commit is contained in:
Sarah Faey 2022-11-13 22:07:31 +01:00
parent 62dc3d1efa
commit ed7a1905fd
3 changed files with 19 additions and 19 deletions

View file

@ -21,7 +21,7 @@ namespace Lieb.Models.GuildWars2.Raid
public string Message { get; set; } = string.Empty;
[Required]
public double HoursBeforeRaid { get; set; }
public DateTimeOffset ReminderTime { get; set; } = DateTime.Now;
public ulong DiscordServerId { get; set; }