Here is some date literal again. Firebird can calculate the value of yesterday, today and tomorrow into a date value. Here is the example that you can try by yourself.
select cast('yesterday' as date), cast('today' as date), cast('tomorrow' as date)from rdb$database