NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform.
You will still be able to view content, but posting and replying will be temporarily disabled.
To learn more, please review the information in this blog post.

Software Development Kit (SDK) and API Discussions

NetApp time

SHALOM
2,324 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
2,272 Views

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


Wed Aug 26 18:01:32 2020

Public