Find Earliest Date
Returns the earliest date from a given list of dates.Parameter | Description |
---|---|
Date List | A comma separated list or JSON array containing date strings. Each date string can be in a variety of common date formats. For example:
Timezone Aware cannot be used along with Timezone Naive dates. All dates should either be in UTC format or have a clearly defined timezone. |

Find Latest Date
Returns the latest date from a given list of dates.Parameter | Description |
---|---|
Date List | A comma separated list or JSON array containing date strings. Each date string can be in a variety of common date formats. For example:
Timezone Aware cannot be used along with Timezone Naive dates. All dates should either be in UTC format or have a clearly defined timezone. |

Get Epoch Time
Gets an epoch time specific or relative to a given time.Parameter | Description |
---|---|
Time | Can be a specific date and hour, or a relative range. |
Epoch Format | Whether to display the epoch time as seconds or milliseconds. |

Get Time Difference Between Timestamps
Get Time Difference, in Seconds, Between Two Different Timestamps.Parameter | Description |
---|---|
Timestamp 1 | The first Timestamp. Can be a specific date and hour, or a relative range. |
Timestamp 2 | The second Timestamp. Can be a specific date and hour, or a relative range. |

Get Timezone
Gets the timezone identifier from a latitude/longitude pair or from the current workspace. Can be used in conjunction with theGet Timezone Offset
to get the amount of seconds after GMT.
Parameter | Description |
---|---|
Location Type | Choose how the location for the timezone should be provided. |
Latitude | The degrees latitude of the desired position to get the time for. |
Longitude | The degrees longitude of the desired position to get the time for. |

Get Timezone Offset
Gets the timezone offset (in seconds) relative to GMT from a IANA timezone identifier.Parameter | Description |
---|---|
Timezone Identifier | The IANA timezone identifier, usually provided as {Country}/{City} .If given UTC , returns the offset of UTC time (0 ).Visit Wikipedia for a frequently updated list of names. For the most updated list, visit the IANA registry and download the distribution file. |
