Search code examples
logicbloxlogiql

Get current time in LogiQL


How can I get the specific date and time that a logic file is being executed in LogiQL?

What I want essentially is a way to pinpoint the unique time a certain logic is being processed by the engine, in order to use this time as a unique identifier.


Solution

  • The built-in datetime:now[] gives you the time of the beginning of the transaction.