$datestamp
This function returns the current timestamp.
Example
<AoiClient>.addCommand({
name: "getTime",
code: `
$datestamp
`,
});
This function returns the current timestamp.
<AoiClient>.addCommand({
name: "getTime",
code: `
$datestamp
`,
});