fixed the time for templates
This commit is contained in:
parent
601b6b87ed
commit
c94d634c87
1 changed files with 1 additions and 1 deletions
|
@ -310,7 +310,7 @@
|
|||
_template.TimeZone = await TimeZoneService.GetUserTimeZone();
|
||||
|
||||
_template.StartTime =_raidDate.Date + _startTime.TimeOfDay;
|
||||
if(_startTime.TimeOfDay > _endTime.TimeOfDay)
|
||||
if(_startTime.TimeOfDay <= _endTime.TimeOfDay)
|
||||
{
|
||||
_template.EndTime = _raidDate.Date + _endTime.TimeOfDay;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue