projectfluent / python-fluent

Python implementation of Project Fluent
https://projectfluent.org/python-fluent/
Other
210 stars 26 forks source link

runtime: extend builtin function DATETIME function support for time #194

Open pgammans opened 11 months ago

pgammans commented 11 months ago

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.