Skip to main content
System
Unix Timestamp
int64
code reference

Definition

The unix timestamp transformer randomly generates a unix timestamp in UTC timezone and returns back an int64 representation of that timestamp.

By default, the generated timestamp will always be in the past. To generate a timestamp that is in the future, set the Future config to true.

Configurations

Depending on your validations, you may want to configure the output unix timestamp. The unix timestamp transformer has the following configuration options:

NameDescriptionDefaultExample InputExample Output
FutureAlways generates a unix timestamp in the futurefalseN/A2524608000

Examples

Here are some examples of what an output state value may look like.

FutureExample InputExample Output
true9466848002524608000
false761684800946684800