Liquid is pretty chill about invalid syntax, as was the spirit of earlier internets. :) The following sample doesn't raise an error, but also just doesn't work as written - it just returns true every time.
{% if event.created_at | date: "%s" > 1727886979 %}
Consider either raising an error or displaying some kind of warning in cases like this.