time.fromint Action

This trigger action will convert an integer representation of the number of seconds or milliseconds since Unix epoch (midnight Jan. 1, 1970) to a timestamp.

Action

This trigger action is found under the Time heading.

Canvas

When dragged onto the canvas, the appearance of the action is a rectangle with two routing points.

The left routing point (red) is the failure route. This route will be taken if there is an error during execution.

The right routing point (green) is the success route. This route will be taken if action executes successfully.

Form

Parameters

One of the following is required:

  • Seconds

  • Milliseconds

Action Variables

Name

Type

Description

$(action.X.timestamp)

String

The timestamp representation of the number of seconds or milliseconds since Unix epoch.