Hi, I need to set a conditional logic where I compare an event start datetime (day + hour) with the current time but it doesn’t work with hours, only with day. I tried this :
Since they’re converted to timestamps, the values should be in exact seconds.
Here’s how the If tag attribute after_inclusive should work: with two dates, “inclusive” means compare with the start of the day instead of from the end (as with after attribute). With two date+time values, it should still work correctly to compare two timestamps.