@Timestamp()
New in 2.0Generate current timestamp
Date and TimeSince 2.0.0
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| unix | — | — | Generate Unix timestamp (seconds since 1970), default false (milliseconds) |
Usage
@Timestamp()Generate current system timestamp
Example:
@Timestamp()
Output:
1653432546438@Timestamp(arg0)Generate specified timestamp type
Example:
@Timestamp()
Output:
1653432546438