For the complete documentation index, see llms.txt. This page is also available as Markdown.

From timestamp

Description

This operation converts RFC 3339 timestamps into their string representation in the specified format.


Data types

These are the input/output expected data types for this operation:

Input data

- Input RFC 3339 timestamps.

Output data

- Strings representing the timestamps in the format specified.


Parameters

These are the parameters you need to configure to use this operation (mandatory parameters are marked with a *):

Format*

Specify the date format of the resulting strings. Choose one of the following:

  • RFC3339 - For example: 2006-01-02T15:04:05Z

  • Date Only - For example: 2006-01-02

  • Time Only - For example: 15:04:05

  • Date Time - For example: 2006-01-02 15:04:05

  • Unix Date - For example: Mon Jan 2 15:04:05 MST 2006

  • Epoch - For example: 1732114401

  • EpochMillis - For example: 1732114472803

  • EpochMicros - For example: 173211447280386

  • EpochNanos - For example: 17321144728038690


Example

Suppose you want to convert a series of timestamps into strings:

  1. In your Pipeline, open the required Action configuration and select the input Field.

  2. In the Operation field, choose From timestamp.

  3. Set Format to Date Only.

  4. Give your Output field a name and click Save. The values in your input field will be transformed. For example:

You can try out operations with specific values using the Input field above the operation. You can enter the value in the example above and check the result in the Output field.

Last updated

Was this helpful?