Get-Date

현재 날짜와 시간을 가져옵니다. 참고: 이 명령은 PowerShell을 통해서만 사용할 수 있습니다. 더 많은 정보: 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}}