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