Skip to content

Commit

Permalink
Added a comment to Get-LogUserAssist.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
davehull committed Jun 26, 2014
1 parent fd6ab36 commit 0d603ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Modules/Log/Get-LogUserAssist.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ Update-TypeData -TypeName Microsoft.Win32.RegistryKey -MemberType ScriptProperty
}
else {
# Return datetime object:
# modified by Dave Hull to return ISO formatted timestamp
Get-Date([datetime]::FromFileTimeUtc($LastWriteTime)) -Format yyyyMMddThh:mm:ss
}
}
Expand Down

0 comments on commit 0d603ea

Please sign in to comment.