Skip to content

Instantly share code, notes, and snippets.

@lbunzl-r7
Last active August 3, 2022 20:17
Show Gist options
  • Save lbunzl-r7/3c2bd6f961f9a1c6e690c3c39efc2267 to your computer and use it in GitHub Desktop.
Save lbunzl-r7/3c2bd6f961f9a1c6e690c3c39efc2267 to your computer and use it in GitHub Desktop.
Powershell
function get-timestamp{
$Stamp = (Get-Date).toString("yyyy/MM/dd HH:mm:ss")
$Stamp
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment