jdevillard / JmesPath.Net

A fully compliant implementation of JMESPATH for .NetCore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compare Dates not working

lorranpalmeira opened this issue · comments

When compare dates example : today >= '2018-07-17T08:00:00Z' not working except today == '2018-07-17T08:00:00Z'.

Thanks for the feedback.
I'm looking into this problem.

I saw in Python that:
jmespath/jmespath.py#124