# 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.

<figure><img src="https://1835401289-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FAQQ1EHVcEsGKBPVHmiav%2Fuploads%2FJOoXbVxSIq3t2l4c1hBk%2FScreenshot%202025-08-21%20at%202.23.16%E2%80%AFPM.png?alt=media&#x26;token=f3877c67-f8c7-4969-a7d6-7765915026ef" alt=""><figcaption></figcaption></figure>

## Parameters

<table><thead><tr><th width="217">Parameter</th><th width="417.3333333333333">Description</th><th data-type="checkbox">Required</th></tr></thead><tbody><tr><td>Epoch Time Value</td><td>Epoch time value to convert to a date time string.</td><td>true</td></tr></tbody></table>

## Usage

<details>

<summary>Example: Convert epoch time value</summary>

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

</details>

### Results output

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

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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.rewst.help/documentation/automations/actions-in-rewst/transform-actions/convert-from-epoch-transform-action.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
