mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
12 lines
417 B
Plaintext
12 lines
417 B
Plaintext
{
|
|
"name": "now",
|
|
"type": "function",
|
|
"groups": ["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"
|
|
}],
|
|
"tags": ["static", "evaluating", "current", "date", "time"]
|
|
}
|