Is is possible to set timezone information dynamically using the dynamic input header? I have a scripted input that pulls log events from a number of different tables, and some of the timestamps are in UTC and some are in localtime. I'm setting the different properties by using the magical line:
{*SPLUNK* sourcetype=db_input source=db_table host=db_host}
These all seem to be valid settings that you would set in an inputs.conf stanza, so I tried setting the "TZ" value as well, but it doesn't seem to work. (The docs don't go into much detail on what you can and can't set here..)
{*SPLUNK* sourcetype=db_input source=db_table host=db_host TZ=UTC}
Any thoughts?