mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04: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`.