You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do you filter by time.Time? I was trying to filter Amazon S3 Objects from the list api and I can't get it to work in go, but I can get it to work in jmespath.org.
This seems to work in jmespath.org but not in go-jmespath [?LastModified>'2023-01-23T00:00:00Z' && LastModified<'2023-04-01T00:00:00Z']
How do you filter by time.Time? I was trying to filter Amazon S3 Objects from the list api and I can't get it to work in go, but I can get it to work in jmespath.org.
This seems to work in jmespath.org but not in go-jmespath
[?LastModified>'2023-01-23T00:00:00Z' && LastModified<'2023-04-01T00:00:00Z']
Here is an example
The text was updated successfully, but these errors were encountered: