Skip to content

Compare date/datetime #4

Description

@bworrell

Comparison of dates is a string comparison at the moment. As two dates/datetimes can have two different string representations and still be equal (think timezones: 9:00pm EST and 6:00pm PST are equal, though their string representations are different).

This impacts conditions:

  • equals
  • doesnotequal
  • isinrange
  • isnotinrange
  • lessthan
  • lessthanorequal
  • greaterthan
  • greaterthanorequal
  • isinset

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions