Skip to content

Commit

Permalink
Add note about now() being static to help
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 25, 2018
1 parent 980e83a commit 7a91b80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/function_help/json/now
@@ -1,6 +1,6 @@
{
"name": "now",
"type": "function",
"description": "Returns the current date and time.",
"description": "Returns the current date and time. The function is static and will return consistent results while evaluating. The time returned is the time when the expression is prepared.",
"examples": [ { "expression":"now()", "returns":"2012-07-22T13:24:57"}]
}

0 comments on commit 7a91b80

Please sign in to comment.