When I run get-a9vvlist -showcols "CreationTime" all that is returned is the date portion (no time or timezone).
e.g.
get-a9vvlist -showcols "CreationTime"
CreationTime
2025-05-22
When I run get-a9vvlist -showcols "CreationTime,Data_Free_MB,Adm_Rsvd_MB" the time and timezone are returned as the next 2 columns.
e.g.
get-a9vvlist -showcols "CreationTime,Data_Free_MB,Adm_Rsvd_MB"
CreationTime Data_Free_MB Adm_Rsvd_MB
2025-05-22 11:26:15 CDT
The same behavior occurs when I request ExpirationTime.
How can I get CreationTime and ExpirationTime to return as single fields?