Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Function

Function Mode

Function Specific fields

Example

Result

Custom Date Format

ISO Zoned Date Time

ISO Date Time: Represents the ISO Date time to be converted to the specified format. Here, you can provide an attribute that holds the ISO date time or a string.

ZoneId: Represents the time zone to which the input date time should be converted to. For example, America/Sao_Paulo, America/New_York, Asia/Kolkata, Asia/Shanghai, etc.

Consider the input
ISO Date Time is 2021-04-01T19:35:46Z
Zoneid is Asia/Kolkata

The function returns the date time in selected time zone.

2021-04-02T01:05:46+05:30

...

Custom Date format - Using Epoch Seconds Time

The Custom Date format function converts the Epoch Time (in seconds) to Date time in a specific zone and format. The function returns DateTime in the specified zone and date format such as d-M-y, M-d-y H m, and so on.

Add the following details to use the function:

Function

Function Mode

Function Specific fields

Example

Result

Custom Date Format

Using Epoch Seconds Time

Format: Represents the date-time format to which the input string should be transformed to.

Epoch Time (Seconds): Represents the input Epoch time in seconds, that should be converted to the specified format.
Here, you can provide the value or an attribute that holds the epoch time.

ZoneId: Represents the time zone to which the input date time should be converted to. For example, America/Sao_Paulo, America/New_York, Asia/Kolkata, Asia/Shanghai, etc.

Consider the input
Epoch Time is 1660041202
The format is d-M-y H m
Zoneid is Asia/Kolkata

The function returns the date time in selected time zone.

9-8-2022 16 3

...

Note: Date Time formats should be provided using the below symbols. For Example, Use d-M-y for Date-Month-Year, d/M/y H: m for Date-Month-Year Hours: Minutes.

...