QGIS/python/processing
Jean Felder f1d050c528 algfactory: Add support for pure date and time decorators
The existing `alg.DATETIME` decorator only allows to define a
`QgsProcessingParameterDateTime` as a datetime.
This change allows to also define a `QgsProcessingParameterDateTime`
as a pure date or time by adding `alg.DATE` and `alg.TIME`.
2024-02-29 07:33:12 +10:00
..