Convert from epoch transform action

Use case

You have received a time value in epoch time from an API and would like to convert it to a date time string representation.

Overview

Given an integer for epoch time, convert it to a date time string.

Parameters

Parameter
Description
Required

Epoch Time Value

Epoch time value to convert to a date time string.

Usage

Example: Convert epoch time value

Input: Epoch Time Value: {{ now() }}

Results output

For this example the now( ) method is feeding in a value of 1747395397.

2025-05-16T11:36:37+00:00

Last updated

Was this helpful?