Some requests to GitLab API, like listing Merge Requests (https://docs.gitlab.com/ee/api/merge_requests.html#list-merge-requests) allow for URL query parameters of datetime
type (created_after
and created_before
params for this particular example).
I can't seem to find a format for the datetime
param that would work. Timestamps (both with and without milliseconds) doesn't work, nor do the ISO format like 2017-06-29T11:00:00.000Z
.
Maybe this query parameter doesn't work at all?