Add now() jinja2 global func for getting the date/time (#43792)

* Add now() jinja2 global func for getting the date/time

* Docs and changelog

* now isn't a lookup, it doesn't need disabled
This commit is contained in:
Matt Martz
2018-12-07 11:25:53 -06:00
committed by GitHub
parent 3d5d0d355f
commit 3a4d476512
3 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- jinja2 - Add ``now()`` function for getting the current time