ConvertDatetoUTC
This Script is part of the Common Scripts Pack.#
Converts a date from a different timezone to UTC timezone
Script Data#
| Name | Description |
|---|---|
| Script Type | python3 |
| Tags | Utility |
Inputs#
| Argument Name | Description |
|---|---|
| date | Date to convert to UTC |
| date_format | Default is "%Y-%m-%dT%H:%M:%S" |
| timezone | Timezone accepted by pytz. Default is America/Los_Angeles |
Outputs#
| Path | Description | Type |
|---|---|---|
| UTCDate | Converted Date in UTC timezone | Unknown |
| UTCDateEpoch | Date in Epoch (Unix time) | Unknown |