Delete Scripts directory

This commit is contained in:
Alex Kup 2023-08-17 13:44:51 +03:00 committed by GitHub
parent a053acc0ab
commit 422934aef7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 0 additions and 213 deletions

View file

@ -1,5 +0,0 @@
function Get-TImeStamp {
$tz = (Get-TimeZone).BaseUtcOffset.TotalMinutes
$unixtime = (New-TimeSpan -Start (Get-Date "01/01/1970") -End ((Get-Date).AddMinutes(-$tz))).TotalSeconds # -3h UTC
([string]$unixtime -replace "\..+") + "000000000"
}