Guest User

Untitled

a guest
May 17th, 2018
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. $time = [int64](([datetime]::UtcNow)-(get-date "1/1/1970")).TotalSeconds
  2.  
  3. $unixtime=[int][double]::Parse($(Get-Date -date (Get-Date).ToUniversalTime()-uformat %s))
Add Comment
Please, Sign In to add comment