Set correct timezone in shell usage (influx -execute ...)

Hi,
often I’m using Influx in a shell to get values (and use them in a Shell-Script).

For this I use:

influx -precision rfc333 -execute 'SELECT * from …

So I get the date and time (and the needed value) , but the time is in UTC.

Is there an addionally “parameter” I can use to get the correct (german) time here?

Or (and how) have I to change it direkt in Influx globally?

Thx,
Martin

Hello @Topsurfer,
unfortunately not
see:

You can use help at any time to get a list of available commands.