Skip to main content

Convert Epoch To ISO 8601

Convert epoch timestamps to ISO 8601 format in the UTC timezone. The action accepts single timestamps, comma-separated list, or JSON arrays and automatically converts them to standardized datetime format. When a timezone is specified, the action adjusts the timestamps from UTC to the target timezone while maintaining ISO 8601 formatting. Note: When a list of epochs is provided, the output will be in a JSON list format.

Convert ISO 8601 To Epoch

Convert ISO 8601 timestamp(s) to Epoch time. This action accepts a JSON array, comma-separated list, or single ISO 8601 timestamp.

Find Earliest Date

Returns the earliest date from a given list of dates.

Find Latest Date

Returns the latest date from a given list of dates.

Get Epoch Time

Gets an epoch time specific or relative to a given time.

Get Time Difference Between Timestamps

Get Time Difference, in Seconds, Between Two Different Timestamps.

Get Timezone

Gets the timezone identifier from a latitude/longitude pair or from the current workspace. Can be used in conjunction with the Get Timezone Offset to get the amount of seconds after GMT.

Get Timezone Offset

Gets the timezone offset (in seconds) relative to GMT from a IANA timezone identifier.

Modify Date Time

Add or subtract seconds, minutes, hours, days, or years to or from the specified timestamp.