Simple question is this a bug with time based conditions?

I am pretty sure this is a bug and it was working for the last few years.

Create any control like a button
add a date state on the page like “disableuntil”

add a condition on the button
when
disableuntil > CurrentDateTime
do
this element isn’t clickable true

then use another button to set the state 20 seconds into the future.

it disables ok. but then never re-enables.
I have tried it with a data records also.
there is no way for me to tell the button to recheck the date conditions.

I will file the bug, but just need confirmation that it worked fine before.

This is not a bug.

Current Date/Time in Bubble is a static Date object (it always has been). It doesn’t update in realtime.

If you want to update a the Current Date/Time in real-time then you need to do that yourself (it’s not default behaviour in Bubble).