args: - description: Timestamp to compare to the list of timestamps. name: tested_time required: true - description: Values to compare the tested_time against. The script checks each value and determines whether it's before/after/equal to the tested_time. isArray: true name: values_to_compare required: true - description: "Time format of the times you entered. By default, the script uses automatic parsing. This should be used for cases like DD/MM/YYYY. Automatic parsing will detect formats such as: February 15th 2009, 02-15-2020, 02-15-2020T14:30:00Z." name: time_format comment: Compares a single timestamp to a list of timestamps. commonfields: id: TimeStampCompare version: -1 name: TimeStampCompare outputs: - contextPath: TimeStampCompare.TestedTime description: The tested time. type: Date - contextPath: TimeStampCompare.ComapredTime description: The compared time. type: Date - contextPath: TimeStampCompare.Result description: Whether the tested time was before, after, or equal to the comapred time. type: String script: '-' subtype: python3 tags: [] timeout: '0' type: python dockerimage: demisto/python3:3.12.13.10404775 fromversion: 5.0.0 tests: - No tests (auto formatted)