madhurt
05/03/2022, 11:38 AMPipelineRunsFilter
type which has an updatedAfter: String
field. My only question is — how to pass values to it. As in, which format for date / time does it expect? Is it an timestamp since epoch
or what?prha
05/03/2022, 4:23 PMupdatedAfter
might take a Float
(this got changed in 0.13.15
), which is number of seconds since epochpendulum.parse
to process the updatedAfter
value, which I think (according to their documentation) supports the RFC 3339 format, most ISO 8601 formats and some other common formats.
madhurt
05/03/2022, 4:26 PMprha
05/03/2022, 4:36 PMpendulum.parse
accepted formats: https://pendulum.eustace.io/docs/#parsing