I can see that general cron jobs can support running in a particular timezone through the CRON_TZ parameter.
https://stackoverflow.com/questions/13289751/cron-job-in-a-different-timezone/22463484#22463484
Is this supported in Splunk inputs..conf > interval?
Note I'm not concerned with changing the timezone of the events that get forwarded. Just looking to schedule the script triggering based on a cron in a particular timezone.
The cron schedule in inputs.conf will use the time zone that is set for the user account running Splunk Enterprise or UF. So you will need to create the schedule based on that TZ.
Did you get solution? I also have same requirement
I wouldn't count on it, but not sure. What exactly do you want to accomplish with that?