From Unix Timestamp
Description
This operation converts Unix timestamps into human-readable date and time formats. Unix timestamps represent the number of seconds (or milliseconds) that have elapsed since the Unix epoch, which began at 00:00:00 UTC on January 1, 1970.
Data types
These are the input/output expected data types for this operation:
Input data
- Integer values representing the Unix timestamps to be converted.
Output data
- A string representing the formatted time.
Parameters
These are the parameters you need to configure to use this operation (mandatory parameters are marked with a *):
Example
Suppose you want to convert a series of timestamps into human-readable date strings:
In your Pipeline, open the required Action configuration and select the input Field.
In the Operation field, choose From Unix Timestamp.
Set Time Unit to Seconds.
Set Timezone Output to
UTC
.Set Format Output to
Mon 2 January 2006 15:04:05 UTC
Give your Output field a name and click Save. The values in your input field will be transformed. For example:
978346800 -> Mon 1 January 2001 11:00:00 UTC
Last updated
Was this helpful?