Date&Time to legacy Date&Time

This node converts columns from the new Date&Time data types to the legacy type. It is only useful if you have to use nodes that have not been adapted to the new Date&Time type yet.

Options

Column selection
Only the included columns will be converted.
Time zone handling
The legacy Date&Time type does not support time zones. When converting values, you can choose how the time zone information should be handled:
  • Add as offset: Uses the provided time zone to convert the value to a UTC-based timestamp.
    • Input: 2015-07-09T13:00:00+02:00[Europe/Berlin]
    • Output: 09.Jul.2015 15:00:00
  • Drop: Removes any time zone information from the value.
    • Input: 2015-07-09T13:00:00+02:00[Europe/Berlin]
    • Output: 09.Jul.2015 13:00:00
Output columns
Whether to replace the original columns with the converted columns, or to append the converted columns with new names created by appending the specified suffix to the original column names.
  • Replace: Replace each input column with the converted dates.
  • Append with suffix: For each input column append a new column with the converted dates.
Suffix
Text appended to column names when new columns are created using the Append option.

Input Ports

Icon
Input table

Output Ports

Icon
Output table containing the converted columns.

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.