Transform: Timestamp Formatting
Change the formatting of a timestamp.
Fork and customize
Integrations
Configuration
Input parameters
- Name: timestamp
- Description: The timestamp to be formatted
- Type: STRING
- Name: input_formats
- Description: List of possible formats for the source timestamp, separated by new line (Defaults to ISO8601) - Python datetime format: https://strftime.org/
- Type: STRING
- Name: output_format
- Description: The format to be output by this action - Python datetime format: https://strftime.org/
- Type: STRING
- Name: input_timezone
- Description: (Optional) Timezone of the input timestamp
- Type: STRING
- Name: output_timezone
- Description: (Optional) Timezone of output string - only needed if different from input timezone
- Type: STRING