ConvertDatetoUTC
Common Scripts Pack.#
This Script is part of theConverts a date from a different timezone to UTC timezone
#
Script DataName | Description |
---|---|
Script Type | python3 |
Tags | Utility |
#
InputsArgument 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 |
#
OutputsPath | Description | Type |
---|---|---|
UTCDate | Converted Date in UTC timezone | Unknown |
UTCDateEpoch | Date in Epoch (Unix time) | Unknown |