Hi Sebastien,
You can use the date selector in the top right of the screen to filter by date.
To narrow it down further by time you can use this syntax:
@Timestamp < DateTime("2014-09-30T02:30:00+10")
Unless you want to work in UTC you need to specify the timezone (e.g. here +10).
Regards,
Nick