icinga-powershell-framework/lib/core/tools/Get-IcingaUnixTime.psm1

5 lines
90 B
PowerShell
Raw Normal View History

2019-09-28 15:47:44 -04:00
function Get-IcingaUnixTime()
{
return [int][double]::Parse((Get-Date -UFormat %s))
}