It would be nice to be able to specify the timezone within the `<grok>` block as it works with `regexp` parser: ``` <grok> pattern /(?<time>.+) (?<message>.*)/ time_format %m/%d/%y %H:%M:%S:%N timezone Europe/Berlin </grok> ```