Skip to content

Incorrect value for azuredevops.Time in query parameter #80

@bcho

Description

@bcho

Hi we found that in api: BuildClient.GetBuilds, the time value in parameter is incorrect:

map[definitions:[the-pipeline-id] minTime:[2020-08-03 11:11:36.300224 +0800 CST m=-10797.832509577] queryOrder:[queueTimeAscending]]

expected value should be formatted with RFC3339:

map[definitions:[the-pipeline-id] minTime:[2020-08-03T11:11:36+08:00] queryOrder:[queueTimeAscending]]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions