icinga-powershell-framework/lib/core/tools/Get-IcingaUnixTime.psm1
2019-09-28 21:47:44 +02:00

4 lines
90 B
PowerShell

function Get-IcingaUnixTime()
{
return [int][double]::Parse((Get-Date -UFormat %s))
}