python-fluent
python-fluent copied to clipboard
runtime: extend builtin function DATETIME function support for time
The in build DATETIME function has support for python accepting datetime.datetime and datetime.date objects.
This PR extends this support and to include datetime.time.