User-217557848 posted
I need some explanation concerning why LockoutEndDateUtc is a Nullable<DateTime>,
whereas the SetLockoutEndDateAsync, either via
IUserLockoutStore or via
UserManager, work with a
DateTimeOffset.
The main concern is, whatever my underlying model does, the interceding service layers work with DateTimeOffset. I need to know what that means in terms of the model LockoutEndDateUtc.
Microsoft docs are silent on the ramifications, as far as I can tell.
Thank you...