get-date
Obtiene la fecha y hora actuales. Nota: Este comando solo se puede usar a través de PowerShell. Más información: https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/get-date.
Get-Date
Get-Date -Format "{{yyyy-MM-dd HH:mm:ss}}"
(Get-Date).ToUniversalTime()
Get-Date -UnixTimeSeconds {{1577836800}}