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
I'm using this amazing engine in a project that need to apply rules based on date.
I'm doing rules like this: "CurrentDate < 1610016640 and CurrentDate > 1110016640"
It works but the unix epoch representation is not as friendly as the iso8601 an I can't manage Timezone.
Any advice to use it with iso8601 date format?
The text was updated successfully, but these errors were encountered:
Hi,
I'm using this amazing engine in a project that need to apply rules based on date.
I'm doing rules like this:
"CurrentDate < 1610016640 and CurrentDate > 1110016640"
It works but the unix epoch representation is not as friendly as the iso8601 an I can't manage Timezone.
Any advice to use it with iso8601 date format?
The text was updated successfully, but these errors were encountered: