core.engine.get_timestamp_tag
Shared
Retrieves current timestamp as a formatted tag string
Syntax
local result = core.engine.get_timestamp_tag()Parameters
| No parameters are accepted by this function |
|---|
Returns
| Type | Name | Description |
|---|---|---|
string | result | Current timestamp formatted as YYYYMMDD_HHMMSS |
Examples
core.engine.print("info", "Current timestamp tag:", core.engine.get_timestamp_tag())