Compare Timestamps operator displaying differently than expected in JSON

I am trying to create a termination workflow that sends a different email if the user had not signed in for 90+ days before termination. We have our last logon field formatted to ISO 8601 as required.
My questions is shouldn’t the comparator display as something like “TimestampMoreThanXDay” in the JSON instead of “TimestampLessThanXDay”? It is not working as needed.


image

I just switched the Comparison Operator in the workflow builder to “Fewer Than X Days Ago” and now the comparator reads “TimestampGreaterThanXDay” in the JSON script. I’m assuming there is just a mix up now between the builder and how it writes to the script.