You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public DateTime LastInputTime => DateTime.FromFileTimeUtc(LogonTimeUTC);
Should be public DateTime LastInputTime => DateTime.FromFileTimeUtc(LastInputTimeUTC);
Describe the bug and how to reproduce
public DateTime LastInputTime => DateTime.FromFileTimeUtc(LogonTimeUTC);
Should be
public DateTime LastInputTime => DateTime.FromFileTimeUtc(LastInputTimeUTC);
What code is involved
Vanara/PInvoke/WTSApi32/WTSApi32.cs
Line 3020 in 7de0f53
Expected behavior
LastInputTime should be derived form LastInputTimeUTC and not LogonTimeUTC
The text was updated successfully, but these errors were encountered: