Added RaidTemplates and TimerService to create weekly raids
This commit is contained in:
parent
c215ed058f
commit
ab6602710d
13 changed files with 270 additions and 53 deletions
|
@ -193,7 +193,7 @@
|
|||
return;
|
||||
}
|
||||
|
||||
_raid.TimeZone = await TimeZoneService.GetUserTimeZone();
|
||||
//_raid.TimeZone = await TimeZoneService.GetUserTimeZone();
|
||||
|
||||
_raid.StartTimeUTC = await TimeZoneService.GetUTCDateTime(_raidDate.Date + _startTime.TimeOfDay);
|
||||
if(_startTime.TimeOfDay > _endTime.TimeOfDay)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue