Open
Description
In 721f7ba I added basic implementation of date_shift
process (also see Open-EO/openeo-processes#248)
Still to do:
- time zone support: e.g. see hidden test case
openeo-python-driver/tests/test_views_execute.py
Line 1561 in b987baf
- millisecond support: e.g. see hidden test case
openeo-python-driver/tests/test_views_execute.py
Line 1565 in b987baf
Both are not supported at the moment by the Rfc3339 helper class from openeo-python-client.
Because we don't expect time zone support or millisecond support to be high priority for end users, we leave this as open todo for now.