_date_time_conversion

All date values returned by the Rubrik API are stored in Coordinated Universal Time (UTC) and need to be converted to the timezone configured on the Rubrik cluster in order to match the values provided by the end user in various functions. This internal function will handle that conversion process.

def _date_time_conversion(date, time)

Arguments

Returns

Last updated