Closed vajda closed 7 years ago
There is no way to generate timestamp with current time in configuration. To allow it, now() function should be implemented which would return epoch milliseconds. Then, it can be used in configuration in following way:
now()
event: name: random(['update', 'create', 'delete']) timestamp: time('YYYY-MM-dd:hh:mm:ss.SSS', now())
There is no way to generate timestamp with current time in configuration. To allow it,
now()
function should be implemented which would return epoch milliseconds. Then, it can be used in configuration in following way: