Software Development Kit (SDK) and API Discussions

NetApp time

SHALOM
1,502 Views

Hi guys,

 

if i used on "date" command on ssh i got right date:

SHALOM_1-1598365481570.png

 

But if i use on Powershell on get-nctime i got this time:

SHALOM_2-1598365500637.png

 

How can i get same date on PS as well?

 

 

1 REPLY 1

JohnChampion
1,450 Views

Get-Date ((Get-NcTime).LocalTimeDT) -UFormat "%a %b %d %T %Y"


Wed Aug 26 18:01:32 2020

Public