mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-24 00:47:57 -05:00
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`.