From the documentation a transaction has a deadline field:
The deadline of the transaction. The deadline is given as the number of seconds elapsed since the creation of the nemesis block. If a transaction does not get included in a block before the deadline is reached, it is deleted.
So when I create a transaction, I can specify the deadline. My question is: how far in the future can I select this deadline? A day, a month, a year?