Hi RichardLucas ,
influx always stores the times in UTC , you cannot configure telegraf to use a different timezone
you can check if the data is stored correctly by using TZ in your query …
for example :
select * from “1H_1M”.shardtest TZ(‘Europe/London’)
hope this helps , best regards