Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix URL link #34554

Merged
merged 6 commits into from
May 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Packs/FiltersAndTransformers/ReleaseNotes/1_2_71.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Scripts

##### TimeComponents

- Updated the Docker image to: *demisto/python3:3.10.14.95956*.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Returns a dictionary with the following components.

| **Argument Name** | **Description** |
| --- | --- |
| value | 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'. \(Default is the current time\). Assume given time is in UTC if time zone is not detected. |
| value | 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'. \(Default is the current time\). Assume given time is in UTC if time zone is not detected. |
| time_zone | The time zone \(e.g. -0400, \+09:00\) or time string to extract a time zone |
| key | The name of a key to choose which time component to return |

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ args:
description: The name of a key to choose which time component to return.
scripttarget: 0
subtype: python3
dockerimage: demisto/python3:3.10.13.83255
dockerimage: demisto/python3:3.10.14.95956
runas: DBotWeakRole
fromversion: 6.5.0
tests:
Expand Down
2 changes: 1 addition & 1 deletion Packs/FiltersAndTransformers/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Filters And Transformers",
"description": "Frequently used filters and transformers pack.",
"support": "xsoar",
"currentVersion": "1.2.70",
"currentVersion": "1.2.71",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
Loading