< Back

Get-DateTimeUtcFromUnix

Sat Jan 18, 2020 6:08 pm

NAME Get-DateTimeUtcFromUnix



SYNOPSIS

Gets a System.DateTime from a Unix timestamp





SYNTAX

Get-DateTimeUtcFromUnix [[-UnixTimestamp] <Int32>] [<CommonParameters>]





DESCRIPTION





PARAMETERS

-UnixTimestamp <Int32>

The Unix timestamp (seconds from Epoch) in UTC



Required? false

Position? 1

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS





RELATED LINKS