cli: Add date filtering options to event list command
Enable to list events before or after a specific date.
Turns out svix only allows timezone aware datetime and both options cannot be combined to list events in a date range so add some date assertions and update documentation to mention these facts.
Related to #6.