Checks if a specific datetime exists in a start and end time. For example: checks if a recovery point exists in the available snapshots
def _time_in_range(start, end, point_in_time)
Name
Type
Description
Choices
start
datetime
The start time of the recoverable range the database can be mounted from.
end
The end time of the recoverable range the database can be mounted from.
point_in_time
The point_in_time you wish to Live Mount.
Return Value
bool
True if point_in_time is in the range (start, end)
Last updated 6 years ago