Allow times in start and end filters of the export operation in the CLI
As per forum conversation, users would like to be able to define an export date range filter with time resolution.
Currently, the -start, and -end CLI args allow ISO8601 formatted dates (e.g. 2019-01-01), and submissions are exported by their submission dates, considering that the provided dates represent the start of day (at 00:00:00.000 in the system's time zone)
The enhancement would consist in allowing ISO8601 formatted datetimes (as described in this doc) in addition to just dates. Some examples of allowed arg values:
-
-start 2019-05-02This would be equivalent to
-start 2019-05-02T00:00:00.000Z, assuming that the system's timezone is UTC -
-start 2019-01-01T10:20:30.000Z -
-end 2019-06-04This would be equivalent to
-end 2019-06-04T00:00:00.000Z, assuming that the system's timezone is UTC -
-end 2019-02-03T20:30:45.123-05:00
@ggalmazor I can give this a go :)
Sure!
@opendatakit-bot claim
Hello @mayank8318, you have been unassigned from this issue because you have not updated this issue or any referenced pull requests for over 15 days.
You can reclaim this issue or claim any other issue by commenting @opendatakit-bot claim on that issue.
Thanks for your contributions, and hope to see you again soon!