Details
Detailed Description
-Action to add time to datetime. Insert in the input the base datetime that you need to add time and in the other input the time (is in DateTime format but only the time part matters) that you want to add in data format "Time". The action will return a new Datetime in data format "Datetime". This action has error handling: One output return the success (Result - True if success and False if NOT success) and other output (ErrorMessage) returns the error message if exist.
-Action to subtract time (is in DateTime format but only the time part matters) to datetime. Insert in the input the base datetime that you need to subtract time and in the other input the time that you want to subtract in data format "Time". The action will return a new Datetime in data format "Datetime". This action has error handling: One output return the success (Result - True if success and False if NOT success) and other output (ErrorMessage) returns the error message if exist.
BSD-3 license (https://opensource.org/licenses/BSD-3-Clause)