want to be able to do something like:
$env.now|parse_timestamp
from directly in the expression builder.
Currently the only way I can see to get current time in the expression builder is to create another variable that is set to now, then use that within the builder.