[Windows Powershell] Timestamp 출력
C:\>Get-Date -Format o
C:\>date -Format o
C:\>date -f o
응용
C:\>date -f o; curl http://test.com
태그: powershell, windows
C:\>Get-Date -Format o
C:\>date -Format o
C:\>date -f o
응용
C:\>date -f o; curl http://test.com