args: - name: value required: true default: true description: 'Input date or time in a format that is supported by the dateparser.parse() function as outlined here- https://dateparser.readthedocs.io/en/latest/#popular-formats. For example: ''2020-01-01'' or ''1999/02/03 12:01:59''.' - name: variation required: true description: 'Variation of time (for example: ''in 1 day'', or ''3 months ago''). Must be supported by the dateparser.parse() function here - https://dateparser.readthedocs.io/en/latest/#relative-dates' comment: Takes a date or time input and adds or subtracts a determined amount of time. Returns a string in date or time in ISO Format. commonfields: id: ModifyDateTime version: -1 enabled: true name: ModifyDateTime script: '-' tags: - transformer - date timeout: '0' isllm: false type: python subtype: python3 dockerimage: demisto/python3:3.12.13.10404775 fromversion: 5.0.0 tests: - No tests (auto formatted)