You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The time field returned by Get-RubrikEvent is a string in the following format:
time : Tue Aug 13 08:18:28 UTC 2019
Describe the solution you'd like
Other date time objects returned by the PowerShell module are proper date time objects, I would to have an additional property added date to the output object that is a converted datetime object.
A private function could be written that converts the date.
Additional context
Get-RubrikSnapshot - Provides datetime object in date field
Get-RubrikEvent - Provides unparsed api endpoint date time format
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The time field returned by Get-RubrikEvent is a string in the following format:
Describe the solution you'd like
Other date time objects returned by the PowerShell module are proper date time objects, I would to have an additional property added
date
to the output object that is a converted datetime object.A private function could be written that converts the date.
Additional context
Get-RubrikSnapshot
- Provides datetime object in date fieldGet-RubrikEvent
- Provides unparsed api endpoint date time formatThe text was updated successfully, but these errors were encountered: