Skip to main content

Date/Time Connector

Date/Time Get and adjust Date/Time values

Actions

Adjust Date/Time

Add/Remove the specified seconds, minutes, hours, and days from the specified Date/Time

InputCommentsDefault
Date/TimeA reference to a JavaScript Date object or an ISO timestamp string
SecondsSpecifies the number of seconds to use for adjusting the associated Date/Time
MinutesSpecifies the number of minutes to use for adjusting the associated Date/Time
HoursSpecifies the number of hours to use for adjusting the associated Date/Time
DaysSpecifies the number of days to use for adjusting the associated Date/Time

Convert Date/Time To ISO String

Convert the given Date/Time to an ISO string

InputCommentsDefault
Date/TimeA reference to a JavaScript Date object or an ISO timestamp string
Time ZoneSpecifies the timezone to use for converting to a localized ISO timestamp string

Convert Date/Time To Local ISO String

Convert the given Date/Time to an ISO string in local time using specified timezone

InputCommentsDefault
Date/TimeA reference to a JavaScript Date object or an ISO timestamp string
Time ZoneSpecifies the timezone to use for converting to a localized ISO timestamp string

Convert Date To Epoch

Convert the given Date to a seconds/milliseconds Epoch.

InputCommentsDefault
Date/TimeA reference to a JavaScript Date object or an ISO timestamp string
Display Epoch In SecondsIf true, action will format the given date to Epoch time in seconds instead of milliseconds.false

Convert Epoch Timestamp To Date

Convert the given Epoch timestamp to a ISO String Date.

InputCommentsDefault
Epoch TimestampThe epoch timestamp you would like to convert to a date.
Epoch Timestamp in SecondsIf true, action will assume the given timestamp is in seconds instead of milliseconds.false

Format Date/Time

Change the format of a timestamp given a format string

InputCommentsDefault
Date/TimeA reference to a JavaScript Date object or an ISO timestamp string
Time ZoneSpecifies the timezone to use for converting to a localized ISO timestamp stringetc/UTC
FormatThe format of timestamp you would like. Use YYYY for year, MM for month, DD for day, HH for 24 hour, hh for 12 hour clock, mm for minute, ss for second, SSS for milliseconds and Z for timezone offset.YYYY-MM-DDTHH:mm:ss.SSSZ

Get Current Date/Time

Return the current Date/Time in UTC

InputCommentsDefault
Display Epoch In SecondsIf true, the current Date/Time will be displayed in seconds.false