Details
| ID | DateToTimeStamp |
|---|---|
| Language | python |
| From Version | 6.0.0 |
| Docker Image | demisto/python3:3.12.8.3296088 |
| Tags | transformer date |
README
Converts a date to timestamp.
Script Data
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | transformer, date |
Inputs
| Argument Name | Description |
|---|---|
| value | Date to convert |
Outputs
There are no outputs for this script.
commonfields: id: DateToTimeStamp version: -1 name: DateToTimeStamp script: '' type: python tags: - transformer - date comment: Converts a date to timestamp. enabled: true args: - name: value required: true description: Date to convert. scripttarget: 0 subtype: python3 dockerimage: demisto/python3:3.12.8.3296088 runas: DBotWeakRole fromversion: 6.0.0 tests: - No tests (auto formatted)