< Back

convertFrom-epoch

Sun Jan 19, 2020 6:09 pm

NAME convertFrom-epoch



SYNOPSIS

Convert from epoch time to human





SYNTAX

convertFrom-epoch [[-epochdate] <Object>] [<CommonParameters>]





DESCRIPTION

Convert from epoch time to human





PARAMETERS

-epochdate <Object>



Required? false

Position? 1

Default value

Accept pipeline input? true (ByValue)

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



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>convertFrom-epoch 1295113860













-------------------------- EXAMPLE 2 --------------------------



PS C:\\>convertFrom-epoch 1295113860 | convertTo-epoch















RELATED LINKS